Html Css Color HEX #BDA361 Laser

📋 copy color: '#BDA361'

red 189 ◦ green 163 ◦ blue 97

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

Shades of Laser #BDA361

Tints of Laser #BDA361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 42.09%
G = 36.3%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDA361 (or 0xBDA361) is known color: Laser. HEX triplet: BD, A3 and 61. RGB value is (189,163,97). Sum of RGB (Red+Green+Blue) = 189+163+97=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA361 is #425C9E. Grayscale: #A3A3A3. Windows color (decimal): -4349087 or 6398909. OLE color: 6398909.

HSL color Cylindrical-coordinate representation of color #BDA361: hue angle of 43.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA361 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 97 -
CMYK 0 0.14 0.49 0.26
HSL 43.04º 0.41% 0.56% -
HSV(B) 43.04º 0.49% 0.74% -
XYZ 36.24 37.88 16.71 -
YUV 163.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 189 163 97 0 0.14 0.49 0.26 43.04 0.41 0.56
Hex BD A3 61 0 E 31 1A 2B 29 38
Octal 275 243 141 0 16 61 32 53 51 70
Binary 10111101 10100011 1100001 0 1110 110001 11010 101011 101001 111000

Color Harmonies of #BDA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA361

Black with #BDA361

Text Example


Text Example

White with #BDA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA361; }

 p { color: rgb(189,163,97); }

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

background-color css

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

 a { background-color: rgb(189,163,97); }

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

border-color css

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

 span { border-color: rgb(189,163,97); }

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