Html Css Color HEX #BB9E47 Roti

📋 copy color: '#BB9E47'

red 187 ◦ green 158 ◦ blue 71

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

Shades of Roti #BB9E47

Tints of Roti #BB9E47

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

 BLUE value IS 71 (28.13% from 255) = 17.07%

R = 44.95%
G = 37.98%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB9E47 (or 0xBB9E47) is known color: Roti. HEX triplet: BB, 9E and 47. RGB value is (187,158,71). Sum of RGB (Red+Green+Blue) = 187+158+71=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E47 is #4461B8. Grayscale: #9D9D9D. Windows color (decimal): -4481465 or 4693691. OLE color: 4693691.

HSL color Cylindrical-coordinate representation of color #BB9E47: hue angle of 45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB9E47 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 71 -
CMYK 0 0.16 0.62 0.27
HSL 45º 0.46% 0.51% -
HSV(B) 45º 0.62% 0.73% -
XYZ 33.86 35.47 11.02 -
YUV 156.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 187 158 71 0 0.16 0.62 0.27 45 0.46 0.51
Hex BB 9E 47 0 10 3E 1B 2D 2E 33
Octal 273 236 107 0 20 76 33 55 56 63
Binary 10111011 10011110 1000111 0 10000 111110 11011 101101 101110 110011

Color Harmonies of #BB9E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E47

Black with #BB9E47

Text Example


Text Example

White with #BB9E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E47; }

 p { color: rgb(187,158,71); }

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

background-color css

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

 a { background-color: rgb(187,158,71); }

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

border-color css

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

 span { border-color: rgb(187,158,71); }

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