Html Css Color HEX #BDA468 Laser

📋 copy color: '#BDA468'

red 189 ◦ green 164 ◦ blue 104

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

Shades of Laser #BDA468

Tints of Laser #BDA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 41.36%
G = 35.89%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDA468 (or 0xBDA468) is known color: Laser. HEX triplet: BD, A4 and 68. RGB value is (189,164,104). Sum of RGB (Red+Green+Blue) = 189+164+104=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA468 is #425B97. Grayscale: #A4A4A4. Windows color (decimal): -4348824 or 6857917. OLE color: 6857917.

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

Color convert

RGB 189 164 104 -
CMYK 0 0.13 0.45 0.26
HSL 42.35º 0.39% 0.57% -
HSV(B) 42.35º 0.45% 0.74% -
XYZ 36.76 38.37 18.57 -
YUV 164.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 189 164 104 0 0.13 0.45 0.26 42.35 0.39 0.57
Hex BD A4 68 0 D 2D 1A 2A 27 39
Octal 275 244 150 0 15 55 32 52 47 71
Binary 10111101 10100100 1101000 0 1101 101101 11010 101010 100111 111001

Color Harmonies of #BDA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA468

Black with #BDA468

Text Example


Text Example

White with #BDA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA468; }

 p { color: rgb(189,164,104); }

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

background-color css

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

 a { background-color: rgb(189,164,104); }

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

border-color css

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

 span { border-color: rgb(189,164,104); }

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