Html Css Color HEX #BB8677 Brandy Rose

📋 copy color: '#BB8677'

red 187 ◦ green 134 ◦ blue 119

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

Shades of Brandy Rose #BB8677

Tints of Brandy Rose #BB8677

RGB

 RED value IS 187 (73.44% from 255) = 42.5%

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 42.5%
G = 30.45%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB8677 (or 0xBB8677) is known color: Brandy Rose. HEX triplet: BB, 86 and 77. RGB value is (187,134,119). Sum of RGB (Red+Green+Blue) = 187+134+119=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8677 is #447988. Grayscale: #949494. Windows color (decimal): -4487561 or 7833275. OLE color: 7833275.

HSL color Cylindrical-coordinate representation of color #BB8677: hue angle of 13.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8677 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 119 -
CMYK 0 0.28 0.36 0.27
HSL 13.24º 0.33% 0.6% -
HSV(B) 13.24º 0.36% 0.73% -
XYZ 32.35 28.95 21.34 -
YUV 148.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 187 134 119 0 0.28 0.36 0.27 13.24 0.33 0.6
Hex BB 86 77 0 1C 24 1B D 21 3C
Octal 273 206 167 0 34 44 33 15 41 74
Binary 10111011 10000110 1110111 0 11100 100100 11011 1101 100001 111100

Color Harmonies of #BB8677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8677

Black with #BB8677

Text Example


Text Example

White with #BB8677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8677; }

 p { color: rgb(187,134,119); }

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

background-color css

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

 a { background-color: rgb(187,134,119); }

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

border-color css

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

 span { border-color: rgb(187,134,119); }

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