Html Css Color HEX #BB9E41 Roti

📋 copy color: '#BB9E41'

red 187 ◦ green 158 ◦ blue 65

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

Shades of Roti #BB9E41

Tints of Roti #BB9E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 45.61%
G = 38.54%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB9E41 (or 0xBB9E41) is known color: Roti. HEX triplet: BB, 9E and 41. RGB value is (187,158,65). Sum of RGB (Red+Green+Blue) = 187+158+65=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E41 is #4461BE. Grayscale: #9C9C9C. Windows color (decimal): -4481471 or 4300475. OLE color: 4300475.

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

Color convert

RGB 187 158 65 -
CMYK 0 0.16 0.65 0.27
HSL 45.74º 0.48% 0.49% -
HSV(B) 45.74º 0.65% 0.73% -
XYZ 33.67 35.4 10.06 -
YUV 156.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 187 158 65 0 0.16 0.65 0.27 45.74 0.48 0.49
Hex BB 9E 41 0 10 41 1B 2E 30 31
Octal 273 236 101 0 20 101 33 56 60 61
Binary 10111011 10011110 1000001 0 10000 1000001 11011 101110 110000 110001

Color Harmonies of #BB9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E41

Black with #BB9E41

Text Example


Text Example

White with #BB9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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