Html Css Color HEX #BDA45E Laser

📋 copy color: '#BDA45E'

red 189 ◦ green 164 ◦ blue 94

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

Shades of Laser #BDA45E

Tints of Laser #BDA45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.69%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 42.28%
G = 36.69%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDA45E (or 0xBDA45E) is known color: Laser. HEX triplet: BD, A4 and 5E. RGB value is (189,164,94). Sum of RGB (Red+Green+Blue) = 189+164+94=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA45E is #425BA1. Grayscale: #A3A3A3. Windows color (decimal): -4348834 or 6202557. OLE color: 6202557.

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

Color convert

RGB 189 164 94 -
CMYK 0 0.13 0.50 0.26
HSL 44.21º 0.42% 0.55% -
HSV(B) 44.21º 0.5% 0.74% -
XYZ 36.28 38.18 16.05 -
YUV 163.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 189 164 94 0 0.13 0.50 0.26 44.21 0.42 0.55
Hex BD A4 5E 0 D 32 1A 2C 2A 37
Octal 275 244 136 0 15 62 32 54 52 67
Binary 10111101 10100100 1011110 0 1101 110010 11010 101100 101010 110111

Color Harmonies of #BDA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA45E

Black with #BDA45E

Text Example


Text Example

White with #BDA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA45E; }

 p { color: rgb(189,164,94); }

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

background-color css

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

 a { background-color: rgb(189,164,94); }

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

border-color css

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

 span { border-color: rgb(189,164,94); }

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