Html Css Color HEX #BDA15E Laser

📋 copy color: '#BDA15E'

red 189 ◦ green 161 ◦ blue 94

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

Shades of Laser #BDA15E

Tints of Laser #BDA15E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.26%

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

R = 42.57%
G = 36.26%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDA15E (or 0xBDA15E) is known color: Laser. HEX triplet: BD, A1 and 5E. RGB value is (189,161,94). Sum of RGB (Red+Green+Blue) = 189+161+94=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA15E is #425EA1. Grayscale: #A2A2A2. Windows color (decimal): -4349602 or 6201789. OLE color: 6201789.

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

Color convert

RGB 189 161 94 -
CMYK 0 0.15 0.50 0.26
HSL 42.32º 0.42% 0.55% -
HSV(B) 42.32º 0.5% 0.74% -
XYZ 35.75 37.12 15.87 -
YUV 161.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 189 161 94 0 0.15 0.50 0.26 42.32 0.42 0.55
Hex BD A1 5E 0 F 32 1A 2A 2A 37
Octal 275 241 136 0 17 62 32 52 52 67
Binary 10111101 10100001 1011110 0 1111 110010 11010 101010 101010 110111

Color Harmonies of #BDA15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA15E

Black with #BDA15E

Text Example


Text Example

White with #BDA15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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