Html Css Color HEX #BDA76D Laser

📋 copy color: '#BDA76D'

red 189 ◦ green 167 ◦ blue 109

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

Shades of Laser #BDA76D

Tints of Laser #BDA76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 40.65%
G = 35.91%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDA76D (or 0xBDA76D) is known color: Laser. HEX triplet: BD, A7 and 6D. RGB value is (189,167,109). Sum of RGB (Red+Green+Blue) = 189+167+109=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA76D is #425892. Grayscale: #A7A7A7. Windows color (decimal): -4348051 or 7186365. OLE color: 7186365.

HSL color Cylindrical-coordinate representation of color #BDA76D: hue angle of 43.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDA76D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 109 -
CMYK 0 0.12 0.42 0.26
HSL 43.5º 0.38% 0.58% -
HSV(B) 43.5º 0.42% 0.74% -
XYZ 37.57 39.56 20.12 -
YUV 166.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 189 167 109 0 0.12 0.42 0.26 43.5 0.38 0.58
Hex BD A7 6D 0 C 2A 1A 2C 26 3A
Octal 275 247 155 0 14 52 32 54 46 72
Binary 10111101 10100111 1101101 0 1100 101010 11010 101100 100110 111010

Color Harmonies of #BDA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA76D

Black with #BDA76D

Text Example


Text Example

White with #BDA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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