Html Css Color HEX #B68873 Brandy Rose

📋 copy color: '#B68873'

red 182 ◦ green 136 ◦ blue 115

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

Shades of Brandy Rose #B68873

Tints of Brandy Rose #B68873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 42.03%
G = 31.41%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B68873 (or 0xB68873) is known color: Brandy Rose. HEX triplet: B6, 88 and 73. RGB value is (182,136,115). Sum of RGB (Red+Green+Blue) = 182+136+115=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68873 is #49778C. Grayscale: #939393. Windows color (decimal): -4814733 or 7571638. OLE color: 7571638.

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

Color convert

RGB 182 136 115 -
CMYK 0 0.25 0.37 0.29
HSL 18.81º 0.31% 0.58% -
HSV(B) 18.81º 0.37% 0.71% -
XYZ 31.19 28.79 20.13 -
YUV 147.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 182 136 115 0 0.25 0.37 0.29 18.81 0.31 0.58
Hex B6 88 73 0 19 25 1D 13 1F 3A
Octal 266 210 163 0 31 45 35 23 37 72
Binary 10110110 10001000 1110011 0 11001 100101 11101 10011 11111 111010

Color Harmonies of #B68873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68873

Black with #B68873

Text Example


Text Example

White with #B68873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68873; }

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

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

background-color css

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

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

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

border-color css

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

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

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