Html Css Color HEX #B08274 Brandy Rose

📋 copy color: '#B08274'

red 176 ◦ green 130 ◦ blue 116

#B08274
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B08274

Tints of Brandy Rose #B08274

RGB

 RED value IS 176 (69.14% from 255) = 41.71%

 GREEN value IS 130 (51.17% from 255) = 30.81%

 BLUE value IS 116 (45.7% from 255) = 27.49%

R = 41.71%
G = 30.81%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B08274 (or 0xB08274) is known color: Brandy Rose. HEX triplet: B0, 82 and 74. RGB value is (176,130,116). Sum of RGB (Red+Green+Blue) = 176+130+116=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B08274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08274 is #4F7D8B. Grayscale: #8E8E8E. Windows color (decimal): -5209484 or 7635632. OLE color: 7635632.

HSL color Cylindrical-coordinate representation of color #B08274: hue angle of 14º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08274 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 116 -
CMYK 0 0.26 0.34 0.31
HSL 14º 0.28% 0.57% -
HSV(B) 14º 0.34% 0.69% -
XYZ 29.04 26.46 20.1 -
YUV 142.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 176 130 116 0 0.26 0.34 0.31 14 0.28 0.57
Hex B0 82 74 0 1A 22 1F E 1C 39
Octal 260 202 164 0 32 42 37 16 34 71
Binary 10110000 10000010 1110100 0 11010 100010 11111 1110 11100 111001

Color Harmonies of #B08274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08274

Black with #B08274

Text Example


Text Example

White with #B08274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08274; }

 p { color: rgb(176,130,116); }

 H1.HeaderClassName
 {
   color: #B08274;
 }
 .AnyTagClassName
 {
   color: #B08274;
 }
</style>

background-color css

<style>
 a { background-color: #B08274; }

 a { background-color: rgb(176,130,116); }

 div.DivClassName
 {
   background-color: #B08274;
 }
 .BgClassName
 {
   background-color: #B08274;
 }
</style>

border-color css

<style>
 span { border-color: #B08274; }

 span { border-color: rgb(176,130,116); }

 td.TdClassName
 {
   border-color: #B08274;
 }
 .TagClassName
 {
   border-color: #B08274;
 }
</style>