Html Css Color HEX #BDA163 Laser

📋 copy color: '#BDA163'

red 189 ◦ green 161 ◦ blue 99

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

Shades of Laser #BDA163

Tints of Laser #BDA163

RGB

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

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

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

R = 42.09%
G = 35.86%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDA163 (or 0xBDA163) is known color: Laser. HEX triplet: BD, A1 and 63. RGB value is (189,161,99). Sum of RGB (Red+Green+Blue) = 189+161+99=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA163 is #425E9C. Grayscale: #A2A2A2. Windows color (decimal): -4349597 or 6529469. OLE color: 6529469.

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

Color convert

RGB 189 161 99 -
CMYK 0 0.15 0.48 0.26
HSL 41.33º 0.41% 0.56% -
HSV(B) 41.33º 0.48% 0.74% -
XYZ 35.98 37.21 17.09 -
YUV 162.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 189 161 99 0 0.15 0.48 0.26 41.33 0.41 0.56
Hex BD A1 63 0 F 30 1A 29 29 38
Octal 275 241 143 0 17 60 32 51 51 70
Binary 10111101 10100001 1100011 0 1111 110000 11010 101001 101001 111000

Color Harmonies of #BDA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA163

Black with #BDA163

Text Example


Text Example

White with #BDA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA163; }

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

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

background-color css

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

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

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

border-color css

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

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

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