Html Css Color HEX #BDA45C Laser

📋 copy color: '#BDA45C'

red 189 ◦ green 164 ◦ blue 92

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

Shades of Laser #BDA45C

Tints of Laser #BDA45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 42.47%
G = 36.85%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDA45C (or 0xBDA45C) is known color: Laser. HEX triplet: BD, A4 and 5C. RGB value is (189,164,92). Sum of RGB (Red+Green+Blue) = 189+164+92=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA45C is #425BA3. Grayscale: #A3A3A3. Windows color (decimal): -4348836 or 6071485. OLE color: 6071485.

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

Color convert

RGB 189 164 92 -
CMYK 0 0.13 0.51 0.26
HSL 44.54º 0.42% 0.55% -
HSV(B) 44.54º 0.51% 0.74% -
XYZ 36.19 38.14 15.58 -
YUV 163.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 189 164 92 0 0.13 0.51 0.26 44.54 0.42 0.55
Hex BD A4 5C 0 D 33 1A 2D 2A 37
Octal 275 244 134 0 15 63 32 55 52 67
Binary 10111101 10100100 1011100 0 1101 110011 11010 101101 101010 110111

Color Harmonies of #BDA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA45C

Black with #BDA45C

Text Example


Text Example

White with #BDA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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