Html Css Color HEX #BDA55F Laser

📋 copy color: '#BDA55F'

red 189 ◦ green 165 ◦ blue 95

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

Shades of Laser #BDA55F

Tints of Laser #BDA55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

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

R = 42.09%
G = 36.75%
B = 21.16%

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

#BDA55F (or 0xBDA55F) is known color: Laser. HEX triplet: BD, A5 and 5F. RGB value is (189,165,95). Sum of RGB (Red+Green+Blue) = 189+165+95=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA55F is #425AA0. Grayscale: #A4A4A4. Windows color (decimal): -4348577 or 6268349. OLE color: 6268349.

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

Color convert

RGB 189 165 95 -
CMYK 0 0.13 0.50 0.26
HSL 44.68º 0.42% 0.56% -
HSV(B) 44.68º 0.5% 0.74% -
XYZ 36.51 38.56 16.34 -
YUV 164.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 189 165 95 0 0.13 0.50 0.26 44.68 0.42 0.56
Hex BD A5 5F 0 D 32 1A 2D 2A 38
Octal 275 245 137 0 15 62 32 55 52 70
Binary 10111101 10100101 1011111 0 1101 110010 11010 101101 101010 111000

Color Harmonies of #BDA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA55F

Black with #BDA55F

Text Example


Text Example

White with #BDA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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