Html Css Color HEX #BB9342 Roti

📋 copy color: '#BB9342'

red 187 ◦ green 147 ◦ blue 66

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

Shades of Roti #BB9342

Tints of Roti #BB9342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 46.75%
G = 36.75%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB9342 (or 0xBB9342) is known color: Roti. HEX triplet: BB, 93 and 42. RGB value is (187,147,66). Sum of RGB (Red+Green+Blue) = 187+147+66=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9342 is #446CBD. Grayscale: #969696. Windows color (decimal): -4484286 or 4363195. OLE color: 4363195.

HSL color Cylindrical-coordinate representation of color #BB9342: hue angle of 40.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB9342 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 66 -
CMYK 0 0.21 0.65 0.27
HSL 40.17º 0.48% 0.5% -
HSV(B) 40.17º 0.65% 0.73% -
XYZ 31.91 31.83 9.62 -
YUV 149.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 187 147 66 0 0.21 0.65 0.27 40.17 0.48 0.5
Hex BB 93 42 0 15 41 1B 28 30 32
Octal 273 223 102 0 25 101 33 50 60 62
Binary 10111011 10010011 1000010 0 10101 1000001 11011 101000 110000 110010

Color Harmonies of #BB9342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9342

Black with #BB9342

Text Example


Text Example

White with #BB9342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9342; }

 p { color: rgb(187,147,66); }

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

background-color css

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

 a { background-color: rgb(187,147,66); }

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

border-color css

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

 span { border-color: rgb(187,147,66); }

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