Html Css Color HEX #BDA368 Laser

📋 copy color: '#BDA368'

red 189 ◦ green 163 ◦ blue 104

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

Shades of Laser #BDA368

Tints of Laser #BDA368

RGB

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

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

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

R = 41.45%
G = 35.75%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDA368 (or 0xBDA368) is known color: Laser. HEX triplet: BD, A3 and 68. RGB value is (189,163,104). Sum of RGB (Red+Green+Blue) = 189+163+104=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA368 is #425C97. Grayscale: #A4A4A4. Windows color (decimal): -4349080 or 6857661. OLE color: 6857661.

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

Color convert

RGB 189 163 104 -
CMYK 0 0.14 0.45 0.26
HSL 41.65º 0.39% 0.57% -
HSV(B) 41.65º 0.45% 0.74% -
XYZ 36.58 38.01 18.51 -
YUV 164.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 189 163 104 0 0.14 0.45 0.26 41.65 0.39 0.57
Hex BD A3 68 0 E 2D 1A 2A 27 39
Octal 275 243 150 0 16 55 32 52 47 71
Binary 10111101 10100011 1101000 0 1110 101101 11010 101010 100111 111001

Color Harmonies of #BDA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA368

Black with #BDA368

Text Example


Text Example

White with #BDA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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