Html Css Color HEX #BB9747 Roti

📋 copy color: '#BB9747'

red 187 ◦ green 151 ◦ blue 71

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

Shades of Roti #BB9747

Tints of Roti #BB9747

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 45.72%
G = 36.92%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB9747 (or 0xBB9747) is known color: Roti. HEX triplet: BB, 97 and 47. RGB value is (187,151,71). Sum of RGB (Red+Green+Blue) = 187+151+71=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9747 is #4468B8. Grayscale: #999999. Windows color (decimal): -4483257 or 4691899. OLE color: 4691899.

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

Color convert

RGB 187 151 71 -
CMYK 0 0.19 0.62 0.27
HSL 41.38º 0.46% 0.51% -
HSV(B) 41.38º 0.62% 0.73% -
XYZ 32.7 33.15 10.64 -
YUV 152.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 187 151 71 0 0.19 0.62 0.27 41.38 0.46 0.51
Hex BB 97 47 0 13 3E 1B 29 2E 33
Octal 273 227 107 0 23 76 33 51 56 63
Binary 10111011 10010111 1000111 0 10011 111110 11011 101001 101110 110011

Color Harmonies of #BB9747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9747

Black with #BB9747

Text Example


Text Example

White with #BB9747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9747; }

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

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

background-color css

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

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

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

border-color css

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

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

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