Html Css Color HEX #BDA264 Laser

📋 copy color: '#BDA264'

red 189 ◦ green 162 ◦ blue 100

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

Shades of Laser #BDA264

Tints of Laser #BDA264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 41.91%
G = 35.92%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDA264 (or 0xBDA264) is known color: Laser. HEX triplet: BD, A2 and 64. RGB value is (189,162,100). Sum of RGB (Red+Green+Blue) = 189+162+100=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA264 is #425D9B. Grayscale: #A3A3A3. Windows color (decimal): -4349340 or 6595261. OLE color: 6595261.

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

Color convert

RGB 189 162 100 -
CMYK 0 0.14 0.47 0.26
HSL 41.8º 0.4% 0.57% -
HSV(B) 41.8º 0.47% 0.74% -
XYZ 36.21 37.58 17.4 -
YUV 163.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 189 162 100 0 0.14 0.47 0.26 41.8 0.4 0.57
Hex BD A2 64 0 E 2F 1A 2A 28 39
Octal 275 242 144 0 16 57 32 52 50 71
Binary 10111101 10100010 1100100 0 1110 101111 11010 101010 101000 111001

Color Harmonies of #BDA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA264

Black with #BDA264

Text Example


Text Example

White with #BDA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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