Html Css Color HEX #BB9947 Roti

📋 copy color: '#BB9947'

red 187 ◦ green 153 ◦ blue 71

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

Shades of Roti #BB9947

Tints of Roti #BB9947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 45.5%
G = 37.23%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB9947 (or 0xBB9947) is known color: Roti. HEX triplet: BB, 99 and 47. RGB value is (187,153,71). Sum of RGB (Red+Green+Blue) = 187+153+71=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9947 is #4466B8. Grayscale: #9A9A9A. Windows color (decimal): -4482745 or 4692411. OLE color: 4692411.

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

Color convert

RGB 187 153 71 -
CMYK 0 0.18 0.62 0.27
HSL 42.41º 0.46% 0.51% -
HSV(B) 42.41º 0.62% 0.73% -
XYZ 33.02 33.8 10.75 -
YUV 153.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 187 153 71 0 0.18 0.62 0.27 42.41 0.46 0.51
Hex BB 99 47 0 12 3E 1B 2A 2E 33
Octal 273 231 107 0 22 76 33 52 56 63
Binary 10111011 10011001 1000111 0 10010 111110 11011 101010 101110 110011

Color Harmonies of #BB9947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9947

Black with #BB9947

Text Example


Text Example

White with #BB9947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9947; }

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

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

background-color css

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

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

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

border-color css

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

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

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