Html Css Color HEX #B68876 Brandy Rose

📋 copy color: '#B68876'

red 182 ◦ green 136 ◦ blue 118

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

Shades of Brandy Rose #B68876

Tints of Brandy Rose #B68876

RGB

 RED value IS 182 (71.48% from 255) = 41.74%

 GREEN value IS 136 (53.52% from 255) = 31.19%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 41.74%
G = 31.19%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68876 (or 0xB68876) is known color: Brandy Rose. HEX triplet: B6, 88 and 76. RGB value is (182,136,118). Sum of RGB (Red+Green+Blue) = 182+136+118=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B68876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68876 is #497789. Grayscale: #939393. Windows color (decimal): -4814730 or 7768246. OLE color: 7768246.

HSL color Cylindrical-coordinate representation of color #B68876: hue angle of 16.88º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68876 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 118 -
CMYK 0 0.25 0.35 0.29
HSL 16.88º 0.3% 0.59% -
HSV(B) 16.88º 0.35% 0.71% -
XYZ 31.37 28.86 21.06 -
YUV 147.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 182 136 118 0 0.25 0.35 0.29 16.88 0.3 0.59
Hex B6 88 76 0 19 23 1D 11 1E 3B
Octal 266 210 166 0 31 43 35 21 36 73
Binary 10110110 10001000 1110110 0 11001 100011 11101 10001 11110 111011

Color Harmonies of #B68876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68876

Black with #B68876

Text Example


Text Example

White with #B68876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68876; }

 p { color: rgb(182,136,118); }

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

background-color css

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

 a { background-color: rgb(182,136,118); }

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

border-color css

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

 span { border-color: rgb(182,136,118); }

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