Html Css Color HEX #BDA75F Laser

📋 copy color: '#BDA75F'

red 189 ◦ green 167 ◦ blue 95

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

Shades of Laser #BDA75F

Tints of Laser #BDA75F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.03%

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

R = 41.91%
G = 37.03%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDA75F (or 0xBDA75F) is known color: Laser. HEX triplet: BD, A7 and 5F. RGB value is (189,167,95). Sum of RGB (Red+Green+Blue) = 189+167+95=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA75F is #4258A0. Grayscale: #A5A5A5. Windows color (decimal): -4348065 or 6268861. OLE color: 6268861.

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

Color convert

RGB 189 167 95 -
CMYK 0 0.12 0.50 0.26
HSL 45.96º 0.42% 0.56% -
HSV(B) 45.96º 0.5% 0.74% -
XYZ 36.87 39.28 16.47 -
YUV 165.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 189 167 95 0 0.12 0.50 0.26 45.96 0.42 0.56
Hex BD A7 5F 0 C 32 1A 2E 2A 38
Octal 275 247 137 0 14 62 32 56 52 70
Binary 10111101 10100111 1011111 0 1100 110010 11010 101110 101010 111000

Color Harmonies of #BDA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA75F

Black with #BDA75F

Text Example


Text Example

White with #BDA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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