Html Css Color HEX #BDA761 Laser

📋 copy color: '#BDA761'

red 189 ◦ green 167 ◦ blue 97

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

Shades of Laser #BDA761

Tints of Laser #BDA761

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.87%

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

R = 41.72%
G = 36.87%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDA761 (or 0xBDA761) is known color: Laser. HEX triplet: BD, A7 and 61. RGB value is (189,167,97). Sum of RGB (Red+Green+Blue) = 189+167+97=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA761 is #42589E. Grayscale: #A5A5A5. Windows color (decimal): -4348063 or 6399933. OLE color: 6399933.

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

Color convert

RGB 189 167 97 -
CMYK 0 0.12 0.49 0.26
HSL 45.65º 0.41% 0.56% -
HSV(B) 45.65º 0.49% 0.74% -
XYZ 36.96 39.32 16.95 -
YUV 165.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 189 167 97 0 0.12 0.49 0.26 45.65 0.41 0.56
Hex BD A7 61 0 C 31 1A 2E 29 38
Octal 275 247 141 0 14 61 32 56 51 70
Binary 10111101 10100111 1100001 0 1100 110001 11010 101110 101001 111000

Color Harmonies of #BDA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA761

Black with #BDA761

Text Example


Text Example

White with #BDA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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