Html Css Color HEX #BDA75E Laser

📋 copy color: '#BDA75E'

red 189 ◦ green 167 ◦ blue 94

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

Shades of Laser #BDA75E

Tints of Laser #BDA75E

RGB

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

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

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

R = 42%
G = 37.11%
B = 20.89%

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

#BDA75E (or 0xBDA75E) is known color: Laser. HEX triplet: BD, A7 and 5E. RGB value is (189,167,94). Sum of RGB (Red+Green+Blue) = 189+167+94=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA75E is #4258A1. Grayscale: #A5A5A5. Windows color (decimal): -4348066 or 6203325. OLE color: 6203325.

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

Color convert

RGB 189 167 94 -
CMYK 0 0.12 0.50 0.26
HSL 46.11º 0.42% 0.55% -
HSV(B) 46.11º 0.5% 0.74% -
XYZ 36.83 39.26 16.23 -
YUV 165.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 189 167 94 0 0.12 0.50 0.26 46.11 0.42 0.55
Hex BD A7 5E 0 C 32 1A 2E 2A 37
Octal 275 247 136 0 14 62 32 56 52 67
Binary 10111101 10100111 1011110 0 1100 110010 11010 101110 101010 110111

Color Harmonies of #BDA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA75E

Black with #BDA75E

Text Example


Text Example

White with #BDA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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