Html Css Color HEX #BBA046 Roti

📋 copy color: '#BBA046'

red 187 ◦ green 160 ◦ blue 70

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

Shades of Roti #BBA046

Tints of Roti #BBA046

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

 BLUE value IS 70 (27.73% from 255) = 16.79%

R = 44.84%
G = 38.37%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBA046 (or 0xBBA046) is known color: Roti. HEX triplet: BB, A0 and 46. RGB value is (187,160,70). Sum of RGB (Red+Green+Blue) = 187+160+70=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA046 is #445FB9. Grayscale: #9E9E9E. Windows color (decimal): -4480954 or 4628667. OLE color: 4628667.

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

Color convert

RGB 187 160 70 -
CMYK 0 0.14 0.63 0.27
HSL 46.15º 0.46% 0.5% -
HSV(B) 46.15º 0.63% 0.73% -
XYZ 34.17 36.15 10.97 -
YUV 157.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 187 160 70 0 0.14 0.63 0.27 46.15 0.46 0.5
Hex BB A0 46 0 E 3F 1B 2E 2E 32
Octal 273 240 106 0 16 77 33 56 56 62
Binary 10111011 10100000 1000110 0 1110 111111 11011 101110 101110 110010

Color Harmonies of #BBA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA046

Black with #BBA046

Text Example


Text Example

White with #BBA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA046; }

 p { color: rgb(187,160,70); }

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

background-color css

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

 a { background-color: rgb(187,160,70); }

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

border-color css

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

 span { border-color: rgb(187,160,70); }

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