Html Css Color HEX #BDA35F Laser

📋 copy color: '#BDA35F'

red 189 ◦ green 163 ◦ blue 95

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

Shades of Laser #BDA35F

Tints of Laser #BDA35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 42.28%
G = 36.47%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDA35F (or 0xBDA35F) is known color: Laser. HEX triplet: BD, A3 and 5F. RGB value is (189,163,95). Sum of RGB (Red+Green+Blue) = 189+163+95=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA35F is #425CA0. Grayscale: #A3A3A3. Windows color (decimal): -4349089 or 6267837. OLE color: 6267837.

HSL color Cylindrical-coordinate representation of color #BDA35F: hue angle of 43.4º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDA35F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 95 -
CMYK 0 0.14 0.50 0.26
HSL 43.4º 0.42% 0.56% -
HSV(B) 43.4º 0.5% 0.74% -
XYZ 36.15 37.84 16.22 -
YUV 163.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 189 163 95 0 0.14 0.50 0.26 43.4 0.42 0.56
Hex BD A3 5F 0 E 32 1A 2B 2A 38
Octal 275 243 137 0 16 62 32 53 52 70
Binary 10111101 10100011 1011111 0 1110 110010 11010 101011 101010 111000

Color Harmonies of #BDA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA35F

Black with #BDA35F

Text Example


Text Example

White with #BDA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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