Html Css Color HEX #BDA760 Laser

📋 copy color: '#BDA760'

red 189 ◦ green 167 ◦ blue 96

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

Shades of Laser #BDA760

Tints of Laser #BDA760

RGB

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

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

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

R = 41.81%
G = 36.95%
B = 21.24%

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

#BDA760 (or 0xBDA760) is known color: Laser. HEX triplet: BD, A7 and 60. RGB value is (189,167,96). Sum of RGB (Red+Green+Blue) = 189+167+96=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA760 is #42589F. Grayscale: #A5A5A5. Windows color (decimal): -4348064 or 6334397. OLE color: 6334397.

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

Color convert

RGB 189 167 96 -
CMYK 0 0.12 0.49 0.26
HSL 45.81º 0.41% 0.56% -
HSV(B) 45.81º 0.49% 0.74% -
XYZ 36.92 39.3 16.71 -
YUV 165.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 189 167 96 0 0.12 0.49 0.26 45.81 0.41 0.56
Hex BD A7 60 0 C 31 1A 2E 29 38
Octal 275 247 140 0 14 61 32 56 51 70
Binary 10111101 10100111 1100000 0 1100 110001 11010 101110 101001 111000

Color Harmonies of #BDA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA760

Black with #BDA760

Text Example


Text Example

White with #BDA760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA760; }

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

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

background-color css

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

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

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

border-color css

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

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

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