Html Css Color HEX #BDA05F Laser

📋 copy color: '#BDA05F'

red 189 ◦ green 160 ◦ blue 95

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

Shades of Laser #BDA05F

Tints of Laser #BDA05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 42.57%
G = 36.04%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDA05F (or 0xBDA05F) is known color: Laser. HEX triplet: BD, A0 and 5F. RGB value is (189,160,95). Sum of RGB (Red+Green+Blue) = 189+160+95=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA05F is #425FA0. Grayscale: #A1A1A1. Windows color (decimal): -4349857 or 6267069. OLE color: 6267069.

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

Color convert

RGB 189 160 95 -
CMYK 0 0.15 0.50 0.26
HSL 41.49º 0.42% 0.56% -
HSV(B) 41.49º 0.5% 0.74% -
XYZ 35.62 36.79 16.05 -
YUV 161.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 189 160 95 0 0.15 0.50 0.26 41.49 0.42 0.56
Hex BD A0 5F 0 F 32 1A 29 2A 38
Octal 275 240 137 0 17 62 32 51 52 70
Binary 10111101 10100000 1011111 0 1111 110010 11010 101001 101010 111000

Color Harmonies of #BDA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA05F

Black with #BDA05F

Text Example


Text Example

White with #BDA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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