Html Css Color HEX #BBA467 Laser

📋 copy color: '#BBA467'

red 187 ◦ green 164 ◦ blue 103

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

Shades of Laser #BBA467

Tints of Laser #BBA467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.69%

R = 41.19%
G = 36.12%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA467 (or 0xBBA467) is known color: Laser. HEX triplet: BB, A4 and 67. RGB value is (187,164,103). Sum of RGB (Red+Green+Blue) = 187+164+103=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA467 is #445B98. Grayscale: #A4A4A4. Windows color (decimal): -4479897 or 6792379. OLE color: 6792379.

HSL color Cylindrical-coordinate representation of color #BBA467: hue angle of 43.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBA467 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 103 -
CMYK 0 0.12 0.45 0.27
HSL 43.57º 0.38% 0.57% -
HSV(B) 43.57º 0.45% 0.73% -
XYZ 36.22 38.09 18.28 -
YUV 163.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 187 164 103 0 0.12 0.45 0.27 43.57 0.38 0.57
Hex BB A4 67 0 C 2D 1B 2C 26 39
Octal 273 244 147 0 14 55 33 54 46 71
Binary 10111011 10100100 1100111 0 1100 101101 11011 101100 100110 111001

Color Harmonies of #BBA467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA467

Black with #BBA467

Text Example


Text Example

White with #BBA467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA467; }

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

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

background-color css

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

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

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

border-color css

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

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

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