Html Css Color HEX #BBA05C Laser

📋 copy color: '#BBA05C'

red 187 ◦ green 160 ◦ blue 92

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

Shades of Laser #BBA05C

Tints of Laser #BBA05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 42.6%
G = 36.45%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBA05C (or 0xBBA05C) is known color: Laser. HEX triplet: BB, A0 and 5C. RGB value is (187,160,92). Sum of RGB (Red+Green+Blue) = 187+160+92=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA05C is #445FA3. Grayscale: #A0A0A0. Windows color (decimal): -4480932 or 6070459. OLE color: 6070459.

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

Color convert

RGB 187 160 92 -
CMYK 0 0.14 0.51 0.27
HSL 42.95º 0.41% 0.55% -
HSV(B) 42.95º 0.51% 0.73% -
XYZ 35 36.48 15.32 -
YUV 160.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 187 160 92 0 0.14 0.51 0.27 42.95 0.41 0.55
Hex BB A0 5C 0 E 33 1B 2B 29 37
Octal 273 240 134 0 16 63 33 53 51 67
Binary 10111011 10100000 1011100 0 1110 110011 11011 101011 101001 110111

Color Harmonies of #BBA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA05C

Black with #BBA05C

Text Example


Text Example

White with #BBA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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