Html Css Color HEX #BDA461 Laser

📋 copy color: '#BDA461'

red 189 ◦ green 164 ◦ blue 97

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

Shades of Laser #BDA461

Tints of Laser #BDA461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.44%

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 42%
G = 36.44%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDA461 (or 0xBDA461) is known color: Laser. HEX triplet: BD, A4 and 61. RGB value is (189,164,97). Sum of RGB (Red+Green+Blue) = 189+164+97=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA461 is #425B9E. Grayscale: #A4A4A4. Windows color (decimal): -4348831 or 6399165. OLE color: 6399165.

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

Color convert

RGB 189 164 97 -
CMYK 0 0.13 0.49 0.26
HSL 43.7º 0.41% 0.56% -
HSV(B) 43.7º 0.49% 0.74% -
XYZ 36.42 38.23 16.77 -
YUV 163.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 189 164 97 0 0.13 0.49 0.26 43.7 0.41 0.56
Hex BD A4 61 0 D 31 1A 2C 29 38
Octal 275 244 141 0 15 61 32 54 51 70
Binary 10111101 10100100 1100001 0 1101 110001 11010 101100 101001 111000

Color Harmonies of #BDA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA461

Black with #BDA461

Text Example


Text Example

White with #BDA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA461; }

 p { color: rgb(189,164,97); }

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

background-color css

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

 a { background-color: rgb(189,164,97); }

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

border-color css

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

 span { border-color: rgb(189,164,97); }

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