Html Css Color HEX #BDA15D Laser

📋 copy color: '#BDA15D'

red 189 ◦ green 161 ◦ blue 93

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

Shades of Laser #BDA15D

Tints of Laser #BDA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 42.66%
G = 36.34%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDA15D (or 0xBDA15D) is known color: Laser. HEX triplet: BD, A1 and 5D. RGB value is (189,161,93). Sum of RGB (Red+Green+Blue) = 189+161+93=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA15D is #425EA2. Grayscale: #A1A1A1. Windows color (decimal): -4349603 or 6136253. OLE color: 6136253.

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

Color convert

RGB 189 161 93 -
CMYK 0 0.15 0.51 0.26
HSL 42.5º 0.42% 0.55% -
HSV(B) 42.5º 0.51% 0.74% -
XYZ 35.71 37.1 15.63 -
YUV 161.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 189 161 93 0 0.15 0.51 0.26 42.5 0.42 0.55
Hex BD A1 5D 0 F 33 1A 2A 2A 37
Octal 275 241 135 0 17 63 32 52 52 67
Binary 10111101 10100001 1011101 0 1111 110011 11010 101010 101010 110111

Color Harmonies of #BDA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA15D

Black with #BDA15D

Text Example


Text Example

White with #BDA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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