Html Css Color HEX #BB8273 Brandy Rose

📋 copy color: '#BB8273'

red 187 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #BB8273

Tints of Brandy Rose #BB8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 43.29%
G = 30.09%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB8273 (or 0xBB8273) is known color: Brandy Rose. HEX triplet: BB, 82 and 73. RGB value is (187,130,115). Sum of RGB (Red+Green+Blue) = 187+130+115=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8273 is #447D8C. Grayscale: #919191. Windows color (decimal): -4488589 or 7570107. OLE color: 7570107.

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

Color convert

RGB 187 130 115 -
CMYK 0 0.30 0.39 0.27
HSL 12.5º 0.35% 0.59% -
HSV(B) 12.5º 0.39% 0.73% -
XYZ 31.57 27.77 19.92 -
YUV 145.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 187 130 115 0 0.30 0.39 0.27 12.5 0.35 0.59
Hex BB 82 73 0 1E 27 1B C 23 3B
Octal 273 202 163 0 36 47 33 14 43 73
Binary 10111011 10000010 1110011 0 11110 100111 11011 1100 100011 111011

Color Harmonies of #BB8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8273

Black with #BB8273

Text Example


Text Example

White with #BB8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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