Html Css Color HEX #BB8073 Brandy Rose

📋 copy color: '#BB8073'

red 187 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #BB8073

Tints of Brandy Rose #BB8073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 43.49%
G = 29.77%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB8073 (or 0xBB8073) is known color: Brandy Rose. HEX triplet: BB, 80 and 73. RGB value is (187,128,115). Sum of RGB (Red+Green+Blue) = 187+128+115=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8073 is #447F8C. Grayscale: #909090. Windows color (decimal): -4489101 or 7569595. OLE color: 7569595.

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

Color convert

RGB 187 128 115 -
CMYK 0 0.32 0.39 0.27
HSL 10.83º 0.35% 0.59% -
HSV(B) 10.83º 0.39% 0.73% -
XYZ 31.31 27.24 19.83 -
YUV 144.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 187 128 115 0 0.32 0.39 0.27 10.83 0.35 0.59
Hex BB 80 73 0 20 27 1B B 23 3B
Octal 273 200 163 0 40 47 33 13 43 73
Binary 10111011 10000000 1110011 0 100000 100111 11011 1011 100011 111011

Color Harmonies of #BB8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8073

Black with #BB8073

Text Example


Text Example

White with #BB8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8073; }

 p { color: rgb(187,128,115); }

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

background-color css

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

 a { background-color: rgb(187,128,115); }

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

border-color css

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

 span { border-color: rgb(187,128,115); }

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