Html Css Color HEX #BB8279 Brandy Rose

📋 copy color: '#BB8279'

red 187 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #BB8279

Tints of Brandy Rose #BB8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 121 (47.66% from 255) = 27.63%

R = 42.69%
G = 29.68%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB8279 (or 0xBB8279) is known color: Brandy Rose. HEX triplet: BB, 82 and 79. RGB value is (187,130,121). Sum of RGB (Red+Green+Blue) = 187+130+121=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8279 is #447D86. Grayscale: #929292. Windows color (decimal): -4488583 or 7963323. OLE color: 7963323.

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

Color convert

RGB 187 130 121 -
CMYK 0 0.30 0.35 0.27
HSL 8.18º 0.33% 0.6% -
HSV(B) 8.18º 0.35% 0.73% -
XYZ 31.93 27.91 21.79 -
YUV 146.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 187 130 121 0 0.30 0.35 0.27 8.18 0.33 0.6
Hex BB 82 79 0 1E 23 1B 8 21 3C
Octal 273 202 171 0 36 43 33 10 41 74
Binary 10111011 10000010 1111001 0 11110 100011 11011 1000 100001 111100

Color Harmonies of #BB8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8279

Black with #BB8279

Text Example


Text Example

White with #BB8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8279; }

 p { color: rgb(187,130,121); }

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

background-color css

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

 a { background-color: rgb(187,130,121); }

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

border-color css

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

 span { border-color: rgb(187,130,121); }

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