Html Css Color HEX #BDA358 Laser

📋 copy color: '#BDA358'

red 189 ◦ green 163 ◦ blue 88

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

Shades of Laser #BDA358

Tints of Laser #BDA358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20%

R = 42.95%
G = 37.05%
B = 20%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDA358 (or 0xBDA358) is known color: Laser. HEX triplet: BD, A3 and 58. RGB value is (189,163,88). Sum of RGB (Red+Green+Blue) = 189+163+88=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA358 is #425CA7. Grayscale: #A2A2A2. Windows color (decimal): -4349096 or 5809085. OLE color: 5809085.

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

Color convert

RGB 189 163 88 -
CMYK 0 0.14 0.53 0.26
HSL 44.55º 0.43% 0.54% -
HSV(B) 44.55º 0.53% 0.74% -
XYZ 35.84 37.72 14.62 -
YUV 162.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 189 163 88 0 0.14 0.53 0.26 44.55 0.43 0.54
Hex BD A3 58 0 E 35 1A 2D 2B 36
Octal 275 243 130 0 16 65 32 55 53 66
Binary 10111101 10100011 1011000 0 1110 110101 11010 101101 101011 110110

Color Harmonies of #BDA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA358

Black with #BDA358

Text Example


Text Example

White with #BDA358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA358; }

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

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

background-color css

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

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

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

border-color css

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

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

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