Html Css Color HEX #BDA15F Laser

📋 copy color: '#BDA15F'

red 189 ◦ green 161 ◦ blue 95

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

Shades of Laser #BDA15F

Tints of Laser #BDA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.18%

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

R = 42.47%
G = 36.18%
B = 21.35%

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

#BDA15F (or 0xBDA15F) is known color: Laser. HEX triplet: BD, A1 and 5F. RGB value is (189,161,95). Sum of RGB (Red+Green+Blue) = 189+161+95=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA15F is #425EA0. Grayscale: #A2A2A2. Windows color (decimal): -4349601 or 6267325. OLE color: 6267325.

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

Color convert

RGB 189 161 95 -
CMYK 0 0.15 0.50 0.26
HSL 42.13º 0.42% 0.56% -
HSV(B) 42.13º 0.5% 0.74% -
XYZ 35.8 37.13 16.11 -
YUV 161.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 189 161 95 0 0.15 0.50 0.26 42.13 0.42 0.56
Hex BD A1 5F 0 F 32 1A 2A 2A 38
Octal 275 241 137 0 17 62 32 52 52 70
Binary 10111101 10100001 1011111 0 1111 110010 11010 101010 101010 111000

Color Harmonies of #BDA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA15F

Black with #BDA15F

Text Example


Text Example

White with #BDA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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