Html Css Color HEX #BB9E3E Roti

📋 copy color: '#BB9E3E'

red 187 ◦ green 158 ◦ blue 62

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

Shades of Roti #BB9E3E

Tints of Roti #BB9E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.23%

R = 45.95%
G = 38.82%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB9E3E (or 0xBB9E3E) is known color: Roti. HEX triplet: BB, 9E and 3E. RGB value is (187,158,62). Sum of RGB (Red+Green+Blue) = 187+158+62=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E3E is #4461C1. Grayscale: #9C9C9C. Windows color (decimal): -4481474 or 4103867. OLE color: 4103867.

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

Color convert

RGB 187 158 62 -
CMYK 0 0.16 0.67 0.27
HSL 46.08º 0.5% 0.49% -
HSV(B) 46.08º 0.67% 0.73% -
XYZ 33.59 35.37 9.61 -
YUV 155.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 187 158 62 0 0.16 0.67 0.27 46.08 0.5 0.49
Hex BB 9E 3E 0 10 43 1B 2E 32 31
Octal 273 236 76 0 20 103 33 56 62 61
Binary 10111011 10011110 111110 0 10000 1000011 11011 101110 110010 110001

Color Harmonies of #BB9E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E3E

Black with #BB9E3E

Text Example


Text Example

White with #BB9E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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