Html Css Color HEX #BDA25F Laser

📋 copy color: '#BDA25F'

red 189 ◦ green 162 ◦ blue 95

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

Shades of Laser #BDA25F

Tints of Laser #BDA25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

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

R = 42.38%
G = 36.32%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDA25F (or 0xBDA25F) is known color: Laser. HEX triplet: BD, A2 and 5F. RGB value is (189,162,95). Sum of RGB (Red+Green+Blue) = 189+162+95=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA25F is #425DA0. Grayscale: #A2A2A2. Windows color (decimal): -4349345 or 6267581. OLE color: 6267581.

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

Color convert

RGB 189 162 95 -
CMYK 0 0.14 0.50 0.26
HSL 42.77º 0.42% 0.56% -
HSV(B) 42.77º 0.5% 0.74% -
XYZ 35.97 37.49 16.17 -
YUV 162.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 189 162 95 0 0.14 0.50 0.26 42.77 0.42 0.56
Hex BD A2 5F 0 E 32 1A 2B 2A 38
Octal 275 242 137 0 16 62 32 53 52 70
Binary 10111101 10100010 1011111 0 1110 110010 11010 101011 101010 111000

Color Harmonies of #BDA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA25F

Black with #BDA25F

Text Example


Text Example

White with #BDA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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