Html Css Color HEX #BDA35D Laser

📋 copy color: '#BDA35D'

red 189 ◦ green 163 ◦ blue 93

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

Shades of Laser #BDA35D

Tints of Laser #BDA35D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

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

R = 42.47%
G = 36.63%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDA35D (or 0xBDA35D) is known color: Laser. HEX triplet: BD, A3 and 5D. RGB value is (189,163,93). Sum of RGB (Red+Green+Blue) = 189+163+93=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA35D is #425CA2. Grayscale: #A3A3A3. Windows color (decimal): -4349091 or 6136765. OLE color: 6136765.

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

Color convert

RGB 189 163 93 -
CMYK 0 0.14 0.51 0.26
HSL 43.75º 0.42% 0.55% -
HSV(B) 43.75º 0.51% 0.74% -
XYZ 36.06 37.8 15.75 -
YUV 162.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 189 163 93 0 0.14 0.51 0.26 43.75 0.42 0.55
Hex BD A3 5D 0 E 33 1A 2C 2A 37
Octal 275 243 135 0 16 63 32 54 52 67
Binary 10111101 10100011 1011101 0 1110 110011 11010 101100 101010 110111

Color Harmonies of #BDA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA35D

Black with #BDA35D

Text Example


Text Example

White with #BDA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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