Html Css Color HEX #BDA262 Laser

📋 copy color: '#BDA262'

red 189 ◦ green 162 ◦ blue 98

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

Shades of Laser #BDA262

Tints of Laser #BDA262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 42.09%
G = 36.08%
B = 21.83%

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

#BDA262 (or 0xBDA262) is known color: Laser. HEX triplet: BD, A2 and 62. RGB value is (189,162,98). Sum of RGB (Red+Green+Blue) = 189+162+98=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA262 is #425D9D. Grayscale: #A3A3A3. Windows color (decimal): -4349342 or 6464189. OLE color: 6464189.

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

Color convert

RGB 189 162 98 -
CMYK 0 0.14 0.48 0.26
HSL 42.2º 0.41% 0.56% -
HSV(B) 42.2º 0.48% 0.74% -
XYZ 36.11 37.54 16.9 -
YUV 162.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 189 162 98 0 0.14 0.48 0.26 42.2 0.41 0.56
Hex BD A2 62 0 E 30 1A 2A 29 38
Octal 275 242 142 0 16 60 32 52 51 70
Binary 10111101 10100010 1100010 0 1110 110000 11010 101010 101001 111000

Color Harmonies of #BDA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA262

Black with #BDA262

Text Example


Text Example

White with #BDA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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