Html Css Color HEX #BDA458 Laser

📋 copy color: '#BDA458'

red 189 ◦ green 164 ◦ blue 88

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

Shades of Laser #BDA458

Tints of Laser #BDA458

RGB

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

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

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

R = 42.86%
G = 37.19%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDA458 (or 0xBDA458) is known color: Laser. HEX triplet: BD, A4 and 58. RGB value is (189,164,88). Sum of RGB (Red+Green+Blue) = 189+164+88=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA458 is #425BA7. Grayscale: #A3A3A3. Windows color (decimal): -4348840 or 5809341. OLE color: 5809341.

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

Color convert

RGB 189 164 88 -
CMYK 0 0.13 0.53 0.26
HSL 45.15º 0.43% 0.54% -
HSV(B) 45.15º 0.53% 0.74% -
XYZ 36.02 38.07 14.68 -
YUV 162.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 189 164 88 0 0.13 0.53 0.26 45.15 0.43 0.54
Hex BD A4 58 0 D 35 1A 2D 2B 36
Octal 275 244 130 0 15 65 32 55 53 66
Binary 10111101 10100100 1011000 0 1101 110101 11010 101101 101011 110110

Color Harmonies of #BDA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA458

Black with #BDA458

Text Example


Text Example

White with #BDA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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