Html Css Color HEX #BB7D6C Brandy Rose

📋 copy color: '#BB7D6C'

red 187 ◦ green 125 ◦ blue 108

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

Shades of Brandy Rose #BB7D6C

Tints of Brandy Rose #BB7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 108 (42.58% from 255) = 25.71%

R = 44.52%
G = 29.76%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB7D6C (or 0xBB7D6C) is known color: Brandy Rose. HEX triplet: BB, 7D and 6C. RGB value is (187,125,108). Sum of RGB (Red+Green+Blue) = 187+125+108=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D6C is #448293. Grayscale: #8D8D8D. Windows color (decimal): -4489876 or 7110075. OLE color: 7110075.

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

Color convert

RGB 187 125 108 -
CMYK 0 0.33 0.42 0.27
HSL 12.91º 0.37% 0.58% -
HSV(B) 12.91º 0.42% 0.73% -
XYZ 30.53 26.31 17.66 -
YUV 141.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 187 125 108 0 0.33 0.42 0.27 12.91 0.37 0.58
Hex BB 7D 6C 0 21 2A 1B D 25 3A
Octal 273 175 154 0 41 52 33 15 45 72
Binary 10111011 1111101 1101100 0 100001 101010 11011 1101 100101 111010

Color Harmonies of #BB7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D6C

Black with #BB7D6C

Text Example


Text Example

White with #BB7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D6C; }

 p { color: rgb(187,125,108); }

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

background-color css

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

 a { background-color: rgb(187,125,108); }

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

border-color css

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

 span { border-color: rgb(187,125,108); }

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