Html Css Color HEX #BDA260 Laser

📋 copy color: '#BDA260'

red 189 ◦ green 162 ◦ blue 96

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

Shades of Laser #BDA260

Tints of Laser #BDA260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 42.28%
G = 36.24%
B = 21.48%

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

#BDA260 (or 0xBDA260) is known color: Laser. HEX triplet: BD, A2 and 60. RGB value is (189,162,96). Sum of RGB (Red+Green+Blue) = 189+162+96=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA260 is #425D9F. Grayscale: #A2A2A2. Windows color (decimal): -4349344 or 6333117. OLE color: 6333117.

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

Color convert

RGB 189 162 96 -
CMYK 0 0.14 0.49 0.26
HSL 42.58º 0.41% 0.56% -
HSV(B) 42.58º 0.49% 0.74% -
XYZ 36.02 37.5 16.41 -
YUV 162.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 189 162 96 0 0.14 0.49 0.26 42.58 0.41 0.56
Hex BD A2 60 0 E 31 1A 2B 29 38
Octal 275 242 140 0 16 61 32 53 51 70
Binary 10111101 10100010 1100000 0 1110 110001 11010 101011 101001 111000

Color Harmonies of #BDA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA260

Black with #BDA260

Text Example


Text Example

White with #BDA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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