Html Css Color HEX #B68871 Brandy Rose

📋 copy color: '#B68871'

red 182 ◦ green 136 ◦ blue 113

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

Shades of Brandy Rose #B68871

Tints of Brandy Rose #B68871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 42.23%
G = 31.55%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B68871 (or 0xB68871) is known color: Brandy Rose. HEX triplet: B6, 88 and 71. RGB value is (182,136,113). Sum of RGB (Red+Green+Blue) = 182+136+113=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68871 is #49778E. Grayscale: #939393. Windows color (decimal): -4814735 or 7440566. OLE color: 7440566.

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

Color convert

RGB 182 136 113 -
CMYK 0 0.25 0.38 0.29
HSL 20º 0.32% 0.58% -
HSV(B) 20º 0.38% 0.71% -
XYZ 31.08 28.75 19.53 -
YUV 147.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 182 136 113 0 0.25 0.38 0.29 20 0.32 0.58
Hex B6 88 71 0 19 26 1D 14 20 3A
Octal 266 210 161 0 31 46 35 24 40 72
Binary 10110110 10001000 1110001 0 11001 100110 11101 10100 100000 111010

Color Harmonies of #B68871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68871

Black with #B68871

Text Example


Text Example

White with #B68871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68871; }

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

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

background-color css

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

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

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

border-color css

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

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

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