Html Css Color HEX #BBA05E Laser

📋 copy color: '#BBA05E'

red 187 ◦ green 160 ◦ blue 94

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

Shades of Laser #BBA05E

Tints of Laser #BBA05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 42.4%
G = 36.28%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA05E (or 0xBBA05E) is known color: Laser. HEX triplet: BB, A0 and 5E. RGB value is (187,160,94). Sum of RGB (Red+Green+Blue) = 187+160+94=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA05E is #445FA1. Grayscale: #A0A0A0. Windows color (decimal): -4480930 or 6201531. OLE color: 6201531.

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

Color convert

RGB 187 160 94 -
CMYK 0 0.14 0.50 0.27
HSL 42.58º 0.41% 0.55% -
HSV(B) 42.58º 0.5% 0.73% -
XYZ 35.08 36.51 15.79 -
YUV 160.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 187 160 94 0 0.14 0.50 0.27 42.58 0.41 0.55
Hex BB A0 5E 0 E 32 1B 2B 29 37
Octal 273 240 136 0 16 62 33 53 51 67
Binary 10111011 10100000 1011110 0 1110 110010 11011 101011 101001 110111

Color Harmonies of #BBA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA05E

Black with #BBA05E

Text Example


Text Example

White with #BBA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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