Html Css Color HEX #BDA758 Laser

📋 copy color: '#BDA758'

red 189 ◦ green 167 ◦ blue 88

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

Shades of Laser #BDA758

Tints of Laser #BDA758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

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

R = 42.57%
G = 37.61%
B = 19.82%

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

#BDA758 (or 0xBDA758) is known color: Laser. HEX triplet: BD, A7 and 58. RGB value is (189,167,88). Sum of RGB (Red+Green+Blue) = 189+167+88=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA758 is #4258A7. Grayscale: #A4A4A4. Windows color (decimal): -4348072 or 5810109. OLE color: 5810109.

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

Color convert

RGB 189 167 88 -
CMYK 0 0.12 0.53 0.26
HSL 46.93º 0.43% 0.54% -
HSV(B) 46.93º 0.53% 0.74% -
XYZ 36.57 39.16 14.86 -
YUV 164.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 189 167 88 0 0.12 0.53 0.26 46.93 0.43 0.54
Hex BD A7 58 0 C 35 1A 2F 2B 36
Octal 275 247 130 0 14 65 32 57 53 66
Binary 10111101 10100111 1011000 0 1100 110101 11010 101111 101011 110110

Color Harmonies of #BDA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA758

Black with #BDA758

Text Example


Text Example

White with #BDA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA758; }

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

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

background-color css

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

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

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

border-color css

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

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

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