Html Css Color HEX #BBA164 Laser

📋 copy color: '#BBA164'

red 187 ◦ green 161 ◦ blue 100

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

Shades of Laser #BBA164

Tints of Laser #BBA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

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

R = 41.74%
G = 35.94%
B = 22.32%

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

#BBA164 (or 0xBBA164) is known color: Laser. HEX triplet: BB, A1 and 64. RGB value is (187,161,100). Sum of RGB (Red+Green+Blue) = 187+161+100=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA164 is #445E9B. Grayscale: #A2A2A2. Windows color (decimal): -4480668 or 6595003. OLE color: 6595003.

HSL color Cylindrical-coordinate representation of color #BBA164: hue angle of 42.07º 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 #BBA164 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 100 -
CMYK 0 0.14 0.47 0.27
HSL 42.07º 0.39% 0.56% -
HSV(B) 42.07º 0.47% 0.73% -
XYZ 35.54 36.97 17.32 -
YUV 161.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 187 161 100 0 0.14 0.47 0.27 42.07 0.39 0.56
Hex BB A1 64 0 E 2F 1B 2A 27 38
Octal 273 241 144 0 16 57 33 52 47 70
Binary 10111011 10100001 1100100 0 1110 101111 11011 101010 100111 111000

Color Harmonies of #BBA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA164

Black with #BBA164

Text Example


Text Example

White with #BBA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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