Html Css Color HEX #BDA658 Laser

📋 copy color: '#BDA658'

red 189 ◦ green 166 ◦ blue 88

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

Shades of Laser #BDA658

Tints of Laser #BDA658

RGB

 RED value IS 189 (74.22% from 255) = 42.66%

 GREEN value IS 166 (65.23% from 255) = 37.47%

 BLUE value IS 88 (34.77% from 255) = 19.86%

R = 42.66%
G = 37.47%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDA658 (or 0xBDA658) is known color: Laser. HEX triplet: BD, A6 and 58. RGB value is (189,166,88). Sum of RGB (Red+Green+Blue) = 189+166+88=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA658 is #4259A7. Grayscale: #A4A4A4. Windows color (decimal): -4348328 or 5809853. OLE color: 5809853.

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

Color convert

RGB 189 166 88 -
CMYK 0 0.12 0.53 0.26
HSL 46.34º 0.43% 0.54% -
HSV(B) 46.34º 0.53% 0.74% -
XYZ 36.38 38.8 14.8 -
YUV 163.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 189 166 88 0 0.12 0.53 0.26 46.34 0.43 0.54
Hex BD A6 58 0 C 35 1A 2E 2B 36
Octal 275 246 130 0 14 65 32 56 53 66
Binary 10111101 10100110 1011000 0 1100 110101 11010 101110 101011 110110

Color Harmonies of #BDA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA658

Black with #BDA658

Text Example


Text Example

White with #BDA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA658; }

 p { color: rgb(189,166,88); }

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

background-color css

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

 a { background-color: rgb(189,166,88); }

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

border-color css

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

 span { border-color: rgb(189,166,88); }

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