Html Css Color HEX #BDA363 Laser

📋 copy color: '#BDA363'

red 189 ◦ green 163 ◦ blue 99

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

Shades of Laser #BDA363

Tints of Laser #BDA363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.95%

R = 41.91%
G = 36.14%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDA363 (or 0xBDA363) is known color: Laser. HEX triplet: BD, A3 and 63. RGB value is (189,163,99). Sum of RGB (Red+Green+Blue) = 189+163+99=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA363 is #425C9C. Grayscale: #A3A3A3. Windows color (decimal): -4349085 or 6529981. OLE color: 6529981.

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

Color convert

RGB 189 163 99 -
CMYK 0 0.14 0.48 0.26
HSL 42.67º 0.41% 0.56% -
HSV(B) 42.67º 0.48% 0.74% -
XYZ 36.34 37.91 17.21 -
YUV 163.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 189 163 99 0 0.14 0.48 0.26 42.67 0.41 0.56
Hex BD A3 63 0 E 30 1A 2B 29 38
Octal 275 243 143 0 16 60 32 53 51 70
Binary 10111101 10100011 1100011 0 1110 110000 11010 101011 101001 111000

Color Harmonies of #BDA363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA363

Black with #BDA363

Text Example


Text Example

White with #BDA363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA363; }

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

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

background-color css

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

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

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

border-color css

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

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

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