Html Css Color HEX #BB8173 Brandy Rose

📋 copy color: '#BB8173'

red 187 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #BB8173

Tints of Brandy Rose #BB8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

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

R = 43.39%
G = 29.93%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB8173 (or 0xBB8173) is known color: Brandy Rose. HEX triplet: BB, 81 and 73. RGB value is (187,129,115). Sum of RGB (Red+Green+Blue) = 187+129+115=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8173 is #447E8C. Grayscale: #909090. Windows color (decimal): -4488845 or 7569851. OLE color: 7569851.

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

Color convert

RGB 187 129 115 -
CMYK 0 0.31 0.39 0.27
HSL 11.67º 0.35% 0.59% -
HSV(B) 11.67º 0.39% 0.73% -
XYZ 31.44 27.5 19.87 -
YUV 144.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 187 129 115 0 0.31 0.39 0.27 11.67 0.35 0.59
Hex BB 81 73 0 1F 27 1B C 23 3B
Octal 273 201 163 0 37 47 33 14 43 73
Binary 10111011 10000001 1110011 0 11111 100111 11011 1100 100011 111011

Color Harmonies of #BB8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8173

Black with #BB8173

Text Example


Text Example

White with #BB8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8173; }

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

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

background-color css

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

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

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

border-color css

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

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

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