Html Css Color HEX #BDA45F Laser

📋 copy color: '#BDA45F'

red 189 ◦ green 164 ◦ blue 95

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

Shades of Laser #BDA45F

Tints of Laser #BDA45F

RGB

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

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

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

R = 42.19%
G = 36.61%
B = 21.21%

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

#BDA45F (or 0xBDA45F) is known color: Laser. HEX triplet: BD, A4 and 5F. RGB value is (189,164,95). Sum of RGB (Red+Green+Blue) = 189+164+95=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA45F is #425BA0. Grayscale: #A3A3A3. Windows color (decimal): -4348833 or 6268093. OLE color: 6268093.

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

Color convert

RGB 189 164 95 -
CMYK 0 0.13 0.50 0.26
HSL 44.04º 0.42% 0.56% -
HSV(B) 44.04º 0.5% 0.74% -
XYZ 36.33 38.2 16.28 -
YUV 163.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 189 164 95 0 0.13 0.50 0.26 44.04 0.42 0.56
Hex BD A4 5F 0 D 32 1A 2C 2A 38
Octal 275 244 137 0 15 62 32 54 52 70
Binary 10111101 10100100 1011111 0 1101 110010 11010 101100 101010 111000

Color Harmonies of #BDA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA45F

Black with #BDA45F

Text Example


Text Example

White with #BDA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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