Html Css Color HEX #BBA464 Laser

📋 copy color: '#BBA464'

red 187 ◦ green 164 ◦ blue 100

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

Shades of Laser #BBA464

Tints of Laser #BBA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

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

R = 41.46%
G = 36.36%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA464 (or 0xBBA464) is known color: Laser. HEX triplet: BB, A4 and 64. RGB value is (187,164,100). Sum of RGB (Red+Green+Blue) = 187+164+100=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA464 is #445B9B. Grayscale: #A3A3A3. Windows color (decimal): -4479900 or 6595771. OLE color: 6595771.

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

Color convert

RGB 187 164 100 -
CMYK 0 0.12 0.47 0.27
HSL 44.14º 0.39% 0.56% -
HSV(B) 44.14º 0.47% 0.73% -
XYZ 36.07 38.04 17.5 -
YUV 163.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 187 164 100 0 0.12 0.47 0.27 44.14 0.39 0.56
Hex BB A4 64 0 C 2F 1B 2C 27 38
Octal 273 244 144 0 14 57 33 54 47 70
Binary 10111011 10100100 1100100 0 1100 101111 11011 101100 100111 111000

Color Harmonies of #BBA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA464

Black with #BBA464

Text Example


Text Example

White with #BBA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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