Html Css Color HEX #BB8975 Brandy Rose

📋 copy color: '#BB8975'

red 187 ◦ green 137 ◦ blue 117

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

Shades of Brandy Rose #BB8975

Tints of Brandy Rose #BB8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 42.4%
G = 31.07%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB8975 (or 0xBB8975) is known color: Brandy Rose. HEX triplet: BB, 89 and 75. RGB value is (187,137,117). Sum of RGB (Red+Green+Blue) = 187+137+117=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8975 is #44768A. Grayscale: #959595. Windows color (decimal): -4486795 or 7702971. OLE color: 7702971.

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

Color convert

RGB 187 137 117 -
CMYK 0 0.27 0.37 0.27
HSL 17.14º 0.34% 0.6% -
HSV(B) 17.14º 0.37% 0.73% -
XYZ 32.65 29.74 20.85 -
YUV 149.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 187 137 117 0 0.27 0.37 0.27 17.14 0.34 0.6
Hex BB 89 75 0 1B 25 1B 11 22 3C
Octal 273 211 165 0 33 45 33 21 42 74
Binary 10111011 10001001 1110101 0 11011 100101 11011 10001 100010 111100

Color Harmonies of #BB8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8975

Black with #BB8975

Text Example


Text Example

White with #BB8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8975; }

 p { color: rgb(187,137,117); }

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

background-color css

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

 a { background-color: rgb(187,137,117); }

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

border-color css

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

 span { border-color: rgb(187,137,117); }

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