Html Css Color HEX #BB7D70 Brandy Rose

📋 copy color: '#BB7D70'

red 187 ◦ green 125 ◦ blue 112

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

Shades of Brandy Rose #BB7D70

Tints of Brandy Rose #BB7D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 44.1%
G = 29.48%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7D70 (or 0xBB7D70) is known color: Brandy Rose. HEX triplet: BB, 7D and 70. RGB value is (187,125,112). Sum of RGB (Red+Green+Blue) = 187+125+112=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D70 is #44828F. Grayscale: #8E8E8E. Windows color (decimal): -4489872 or 7372219. OLE color: 7372219.

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

Color convert

RGB 187 125 112 -
CMYK 0 0.33 0.40 0.27
HSL 10.4º 0.36% 0.59% -
HSV(B) 10.4º 0.4% 0.73% -
XYZ 30.75 26.4 18.8 -
YUV 142.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 187 125 112 0 0.33 0.40 0.27 10.4 0.36 0.59
Hex BB 7D 70 0 21 28 1B A 24 3B
Octal 273 175 160 0 41 50 33 12 44 73
Binary 10111011 1111101 1110000 0 100001 101000 11011 1010 100100 111011

Color Harmonies of #BB7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D70

Black with #BB7D70

Text Example


Text Example

White with #BB7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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