Html Css Color HEX #BBA064 Laser

📋 copy color: '#BBA064'

red 187 ◦ green 160 ◦ blue 100

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

Shades of Laser #BBA064

Tints of Laser #BBA064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.37%

R = 41.83%
G = 35.79%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA064 (or 0xBBA064) is known color: Laser. HEX triplet: BB, A0 and 64. RGB value is (187,160,100). Sum of RGB (Red+Green+Blue) = 187+160+100=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA064 is #445F9B. Grayscale: #A1A1A1. Windows color (decimal): -4480924 or 6594747. OLE color: 6594747.

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

Color convert

RGB 187 160 100 -
CMYK 0 0.14 0.47 0.27
HSL 41.38º 0.39% 0.56% -
HSV(B) 41.38º 0.47% 0.73% -
XYZ 35.36 36.63 17.26 -
YUV 161.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 187 160 100 0 0.14 0.47 0.27 41.38 0.39 0.56
Hex BB A0 64 0 E 2F 1B 29 27 38
Octal 273 240 144 0 16 57 33 51 47 70
Binary 10111011 10100000 1100100 0 1110 101111 11011 101001 100111 111000

Color Harmonies of #BBA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA064

Black with #BBA064

Text Example


Text Example

White with #BBA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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