Html Css Color HEX #BBA368 Laser

📋 copy color: '#BBA368'

red 187 ◦ green 163 ◦ blue 104

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

Shades of Laser #BBA368

Tints of Laser #BBA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 41.19%
G = 35.9%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBA368 (or 0xBBA368) is known color: Laser. HEX triplet: BB, A3 and 68. RGB value is (187,163,104). Sum of RGB (Red+Green+Blue) = 187+163+104=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA368 is #445C97. Grayscale: #A3A3A3. Windows color (decimal): -4480152 or 6857659. OLE color: 6857659.

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

Color convert

RGB 187 163 104 -
CMYK 0 0.13 0.44 0.27
HSL 42.65º 0.38% 0.57% -
HSV(B) 42.65º 0.44% 0.73% -
XYZ 36.09 37.76 18.48 -
YUV 163.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 187 163 104 0 0.13 0.44 0.27 42.65 0.38 0.57
Hex BB A3 68 0 D 2C 1B 2B 26 39
Octal 273 243 150 0 15 54 33 53 46 71
Binary 10111011 10100011 1101000 0 1101 101100 11011 101011 100110 111001

Color Harmonies of #BBA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA368

Black with #BBA368

Text Example


Text Example

White with #BBA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA368; }

 p { color: rgb(187,163,104); }

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

background-color css

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

 a { background-color: rgb(187,163,104); }

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

border-color css

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

 span { border-color: rgb(187,163,104); }

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