Html Css Color HEX #BCA55B Laser

📋 copy color: '#BCA55B'

red 188 ◦ green 165 ◦ blue 91

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

Shades of Laser #BCA55B

Tints of Laser #BCA55B

RGB

 RED value IS 188 (73.83% from 255) = 42.34%

 GREEN value IS 165 (64.84% from 255) = 37.16%

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 42.34%
G = 37.16%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCA55B (or 0xBCA55B) is known color: Laser. HEX triplet: BC, A5 and 5B. RGB value is (188,165,91). Sum of RGB (Red+Green+Blue) = 188+165+91=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA55B is #435AA4. Grayscale: #A3A3A3. Windows color (decimal): -4414117 or 6006204. OLE color: 6006204.

HSL color Cylindrical-coordinate representation of color #BCA55B: hue angle of 45.77º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCA55B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 91 -
CMYK 0 0.12 0.52 0.26
HSL 45.77º 0.42% 0.55% -
HSV(B) 45.77º 0.52% 0.74% -
XYZ 36.08 38.36 15.4 -
YUV 163.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 188 165 91 0 0.12 0.52 0.26 45.77 0.42 0.55
Hex BC A5 5B 0 C 34 1A 2E 2A 37
Octal 274 245 133 0 14 64 32 56 52 67
Binary 10111100 10100101 1011011 0 1100 110100 11010 101110 101010 110111

Color Harmonies of #BCA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA55B

Black with #BCA55B

Text Example


Text Example

White with #BCA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA55B; }

 p { color: rgb(188,165,91); }

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

background-color css

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

 a { background-color: rgb(188,165,91); }

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

border-color css

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

 span { border-color: rgb(188,165,91); }

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