Html Css Color HEX #BB8570 Brandy Rose

📋 copy color: '#BB8570'

red 187 ◦ green 133 ◦ blue 112

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

Shades of Brandy Rose #BB8570

Tints of Brandy Rose #BB8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 43.29%
G = 30.79%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB8570 (or 0xBB8570) is known color: Brandy Rose. HEX triplet: BB, 85 and 70. RGB value is (187,133,112). Sum of RGB (Red+Green+Blue) = 187+133+112=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8570 is #447A8F. Grayscale: #929292. Windows color (decimal): -4487824 or 7374267. OLE color: 7374267.

HSL color Cylindrical-coordinate representation of color #BB8570: hue angle of 16.8º 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 #BB8570 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 133 112 -
CMYK 0 0.29 0.40 0.27
HSL 16.8º 0.36% 0.59% -
HSV(B) 16.8º 0.4% 0.73% -
XYZ 31.81 28.51 19.16 -
YUV 146.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 187 133 112 0 0.29 0.40 0.27 16.8 0.36 0.59
Hex BB 85 70 0 1D 28 1B 11 24 3B
Octal 273 205 160 0 35 50 33 21 44 73
Binary 10111011 10000101 1110000 0 11101 101000 11011 10001 100100 111011

Color Harmonies of #BB8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8570

Black with #BB8570

Text Example


Text Example

White with #BB8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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