Html Css Color HEX #BCA25B Laser

📋 copy color: '#BCA25B'

red 188 ◦ green 162 ◦ blue 91

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

Shades of Laser #BCA25B

Tints of Laser #BCA25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

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

R = 42.63%
G = 36.73%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCA25B (or 0xBCA25B) is known color: Laser. HEX triplet: BC, A2 and 5B. RGB value is (188,162,91). Sum of RGB (Red+Green+Blue) = 188+162+91=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA25B is #435DA4. Grayscale: #A1A1A1. Windows color (decimal): -4414885 or 6005436. OLE color: 6005436.

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

Color convert

RGB 188 162 91 -
CMYK 0 0.14 0.52 0.26
HSL 43.92º 0.42% 0.55% -
HSV(B) 43.92º 0.52% 0.74% -
XYZ 35.55 37.29 15.22 -
YUV 161.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 188 162 91 0 0.14 0.52 0.26 43.92 0.42 0.55
Hex BC A2 5B 0 E 34 1A 2C 2A 37
Octal 274 242 133 0 16 64 32 54 52 67
Binary 10111100 10100010 1011011 0 1110 110100 11010 101100 101010 110111

Color Harmonies of #BCA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA25B

Black with #BCA25B

Text Example


Text Example

White with #BCA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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