Html Css Color HEX #BDA76C Laser

📋 copy color: '#BDA76C'

red 189 ◦ green 167 ◦ blue 108

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

Shades of Laser #BDA76C

Tints of Laser #BDA76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 40.73%
G = 35.99%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDA76C (or 0xBDA76C) is known color: Laser. HEX triplet: BD, A7 and 6C. RGB value is (189,167,108). Sum of RGB (Red+Green+Blue) = 189+167+108=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA76C is #425893. Grayscale: #A7A7A7. Windows color (decimal): -4348052 or 7120829. OLE color: 7120829.

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

Color convert

RGB 189 167 108 -
CMYK 0 0.12 0.43 0.26
HSL 43.7º 0.38% 0.58% -
HSV(B) 43.7º 0.43% 0.74% -
XYZ 37.51 39.54 19.84 -
YUV 166.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 189 167 108 0 0.12 0.43 0.26 43.7 0.38 0.58
Hex BD A7 6C 0 C 2B 1A 2C 26 3A
Octal 275 247 154 0 14 53 32 54 46 72
Binary 10111101 10100111 1101100 0 1100 101011 11010 101100 100110 111010

Color Harmonies of #BDA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA76C

Black with #BDA76C

Text Example


Text Example

White with #BDA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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