Html Css Color HEX #BDA858 Laser

📋 copy color: '#BDA858'

red 189 ◦ green 168 ◦ blue 88

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

Shades of Laser #BDA858

Tints of Laser #BDA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

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

R = 42.47%
G = 37.75%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDA858 (or 0xBDA858) is known color: Laser. HEX triplet: BD, A8 and 58. RGB value is (189,168,88). Sum of RGB (Red+Green+Blue) = 189+168+88=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA858 is #4257A7. Grayscale: #A5A5A5. Windows color (decimal): -4347816 or 5810365. OLE color: 5810365.

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

Color convert

RGB 189 168 88 -
CMYK 0 0.11 0.53 0.26
HSL 47.52º 0.43% 0.54% -
HSV(B) 47.52º 0.53% 0.74% -
XYZ 36.75 39.53 14.93 -
YUV 165.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 189 168 88 0 0.11 0.53 0.26 47.52 0.43 0.54
Hex BD A8 58 0 B 35 1A 30 2B 36
Octal 275 250 130 0 13 65 32 60 53 66
Binary 10111101 10101000 1011000 0 1011 110101 11010 110000 101011 110110

Color Harmonies of #BDA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA858

Black with #BDA858

Text Example


Text Example

White with #BDA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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