Html Css Color HEX #BB9A39 Roti

📋 copy color: '#BB9A39'

red 187 ◦ green 154 ◦ blue 57

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

Shades of Roti #BB9A39

Tints of Roti #BB9A39

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 57 (22.66% from 255) = 14.32%

R = 46.98%
G = 38.69%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB9A39 (or 0xBB9A39) is known color: Roti. HEX triplet: BB, 9A and 39. RGB value is (187,154,57). Sum of RGB (Red+Green+Blue) = 187+154+57=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A39 is #4465C6. Grayscale: #999999. Windows color (decimal): -4482503 or 3775163. OLE color: 3775163.

HSL color Cylindrical-coordinate representation of color #BB9A39: hue angle of 44.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB9A39 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 154 57 -
CMYK 0 0.18 0.70 0.27
HSL 44.77º 0.53% 0.48% -
HSV(B) 44.77º 0.7% 0.73% -
XYZ 32.79 33.97 8.7 -
YUV 152.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 187 154 57 0 0.18 0.70 0.27 44.77 0.53 0.48
Hex BB 9A 39 0 12 46 1B 2D 35 30
Octal 273 232 71 0 22 106 33 55 65 60
Binary 10111011 10011010 111001 0 10010 1000110 11011 101101 110101 110000

Color Harmonies of #BB9A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A39

Black with #BB9A39

Text Example


Text Example

White with #BB9A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A39; }

 p { color: rgb(187,154,57); }

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

background-color css

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

 a { background-color: rgb(187,154,57); }

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

border-color css

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

 span { border-color: rgb(187,154,57); }

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