Html Css Color HEX #BDA057 Laser

📋 copy color: '#BDA057'

red 189 ◦ green 160 ◦ blue 87

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

Shades of Laser #BDA057

Tints of Laser #BDA057

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 87 (34.38% from 255) = 19.95%

R = 43.35%
G = 36.7%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDA057 (or 0xBDA057) is known color: Laser. HEX triplet: BD, A0 and 57. RGB value is (189,160,87). Sum of RGB (Red+Green+Blue) = 189+160+87=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA057 is #425FA8. Grayscale: #A0A0A0. Windows color (decimal): -4349865 or 5742781. OLE color: 5742781.

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

Color convert

RGB 189 160 87 -
CMYK 0 0.15 0.54 0.26
HSL 42.94º 0.44% 0.54% -
HSV(B) 42.94º 0.54% 0.74% -
XYZ 35.28 36.65 14.23 -
YUV 160.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 189 160 87 0 0.15 0.54 0.26 42.94 0.44 0.54
Hex BD A0 57 0 F 36 1A 2B 2C 36
Octal 275 240 127 0 17 66 32 53 54 66
Binary 10111101 10100000 1010111 0 1111 110110 11010 101011 101100 110110

Color Harmonies of #BDA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA057

Black with #BDA057

Text Example


Text Example

White with #BDA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA057; }

 p { color: rgb(189,160,87); }

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

background-color css

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

 a { background-color: rgb(189,160,87); }

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

border-color css

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

 span { border-color: rgb(189,160,87); }

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