Html Css Color HEX #BDA558 Laser

📋 copy color: '#BDA558'

red 189 ◦ green 165 ◦ blue 88

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

Shades of Laser #BDA558

Tints of Laser #BDA558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

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

R = 42.76%
G = 37.33%
B = 19.91%

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

#BDA558 (or 0xBDA558) is known color: Laser. HEX triplet: BD, A5 and 58. RGB value is (189,165,88). Sum of RGB (Red+Green+Blue) = 189+165+88=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA558 is #425AA7. Grayscale: #A3A3A3. Windows color (decimal): -4348584 or 5809597. OLE color: 5809597.

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

Color convert

RGB 189 165 88 -
CMYK 0 0.13 0.53 0.26
HSL 45.74º 0.43% 0.54% -
HSV(B) 45.74º 0.53% 0.74% -
XYZ 36.2 38.43 14.74 -
YUV 163.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 189 165 88 0 0.13 0.53 0.26 45.74 0.43 0.54
Hex BD A5 58 0 D 35 1A 2E 2B 36
Octal 275 245 130 0 15 65 32 56 53 66
Binary 10111101 10100101 1011000 0 1101 110101 11010 101110 101011 110110

Color Harmonies of #BDA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA558

Black with #BDA558

Text Example


Text Example

White with #BDA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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