Html Css Color HEX #BDA062 Laser

📋 copy color: '#BDA062'

red 189 ◦ green 160 ◦ blue 98

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

Shades of Laser #BDA062

Tints of Laser #BDA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 42.28%
G = 35.79%
B = 21.92%

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

#BDA062 (or 0xBDA062) is known color: Laser. HEX triplet: BD, A0 and 62. RGB value is (189,160,98). Sum of RGB (Red+Green+Blue) = 189+160+98=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA062 is #425F9D. Grayscale: #A1A1A1. Windows color (decimal): -4349854 or 6463677. OLE color: 6463677.

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

Color convert

RGB 189 160 98 -
CMYK 0 0.15 0.48 0.26
HSL 40.88º 0.41% 0.56% -
HSV(B) 40.88º 0.48% 0.74% -
XYZ 35.76 36.84 16.78 -
YUV 161.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 189 160 98 0 0.15 0.48 0.26 40.88 0.41 0.56
Hex BD A0 62 0 F 30 1A 29 29 38
Octal 275 240 142 0 17 60 32 51 51 70
Binary 10111101 10100000 1100010 0 1111 110000 11010 101001 101001 111000

Color Harmonies of #BDA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA062

Black with #BDA062

Text Example


Text Example

White with #BDA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA062; }

 p { color: rgb(189,160,98); }

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

background-color css

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

 a { background-color: rgb(189,160,98); }

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

border-color css

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

 span { border-color: rgb(189,160,98); }

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