Html Css Color HEX #BDA766 Laser

📋 copy color: '#BDA766'

red 189 ◦ green 167 ◦ blue 102

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

Shades of Laser #BDA766

Tints of Laser #BDA766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 41.27%
G = 36.46%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA766 (or 0xBDA766) is known color: Laser. HEX triplet: BD, A7 and 66. RGB value is (189,167,102). Sum of RGB (Red+Green+Blue) = 189+167+102=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA766 is #425899. Grayscale: #A6A6A6. Windows color (decimal): -4348058 or 6727613. OLE color: 6727613.

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

Color convert

RGB 189 167 102 -
CMYK 0 0.12 0.46 0.26
HSL 44.83º 0.4% 0.57% -
HSV(B) 44.83º 0.46% 0.74% -
XYZ 37.2 39.42 18.22 -
YUV 166.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 189 167 102 0 0.12 0.46 0.26 44.83 0.4 0.57
Hex BD A7 66 0 C 2E 1A 2D 28 39
Octal 275 247 146 0 14 56 32 55 50 71
Binary 10111101 10100111 1100110 0 1100 101110 11010 101101 101000 111001

Color Harmonies of #BDA766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA766

Black with #BDA766

Text Example


Text Example

White with #BDA766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA766; }

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

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

background-color css

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

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

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

border-color css

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

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

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