Html Css Color HEX #B68477 Brandy Rose

📋 copy color: '#B68477'

red 182 ◦ green 132 ◦ blue 119

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

Shades of Brandy Rose #B68477

Tints of Brandy Rose #B68477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 42.03%
G = 30.48%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68477 (or 0xB68477) is known color: Brandy Rose. HEX triplet: B6, 84 and 77. RGB value is (182,132,119). Sum of RGB (Red+Green+Blue) = 182+132+119=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68477 is #497B88. Grayscale: #919191. Windows color (decimal): -4815753 or 7832758. OLE color: 7832758.

HSL color Cylindrical-coordinate representation of color #B68477: hue angle of 12.38º 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 #B68477 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 119 -
CMYK 0 0.27 0.35 0.29
HSL 12.38º 0.3% 0.59% -
HSV(B) 12.38º 0.35% 0.71% -
XYZ 30.87 27.78 21.19 -
YUV 145.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 182 132 119 0 0.27 0.35 0.29 12.38 0.3 0.59
Hex B6 84 77 0 1B 23 1D C 1E 3B
Octal 266 204 167 0 33 43 35 14 36 73
Binary 10110110 10000100 1110111 0 11011 100011 11101 1100 11110 111011

Color Harmonies of #B68477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68477

Black with #B68477

Text Example


Text Example

White with #B68477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68477; }

 p { color: rgb(182,132,119); }

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

background-color css

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

 a { background-color: rgb(182,132,119); }

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

border-color css

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

 span { border-color: rgb(182,132,119); }

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