Html Css Color HEX #BDA366 Laser

📋 copy color: '#BDA366'

red 189 ◦ green 163 ◦ blue 102

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

Shades of Laser #BDA366

Tints of Laser #BDA366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

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

R = 41.63%
G = 35.9%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA366 (or 0xBDA366) is known color: Laser. HEX triplet: BD, A3 and 66. RGB value is (189,163,102). Sum of RGB (Red+Green+Blue) = 189+163+102=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA366 is #425C99. Grayscale: #A4A4A4. Windows color (decimal): -4349082 or 6726589. OLE color: 6726589.

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

Color convert

RGB 189 163 102 -
CMYK 0 0.14 0.46 0.26
HSL 42.07º 0.4% 0.57% -
HSV(B) 42.07º 0.46% 0.74% -
XYZ 36.48 37.97 17.98 -
YUV 163.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 189 163 102 0 0.14 0.46 0.26 42.07 0.4 0.57
Hex BD A3 66 0 E 2E 1A 2A 28 39
Octal 275 243 146 0 16 56 32 52 50 71
Binary 10111101 10100011 1100110 0 1110 101110 11010 101010 101000 111001

Color Harmonies of #BDA366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA366

Black with #BDA366

Text Example


Text Example

White with #BDA366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA366; }

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

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

background-color css

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

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

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

border-color css

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

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

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