Html Css Color HEX #BDA35B Laser

📋 copy color: '#BDA35B'

red 189 ◦ green 163 ◦ blue 91

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

Shades of Laser #BDA35B

Tints of Laser #BDA35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 42.66%
G = 36.79%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDA35B (or 0xBDA35B) is known color: Laser. HEX triplet: BD, A3 and 5B. RGB value is (189,163,91). Sum of RGB (Red+Green+Blue) = 189+163+91=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA35B is #425CA4. Grayscale: #A2A2A2. Windows color (decimal): -4349093 or 6005693. OLE color: 6005693.

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

Color convert

RGB 189 163 91 -
CMYK 0 0.14 0.52 0.26
HSL 44.08º 0.43% 0.55% -
HSV(B) 44.08º 0.52% 0.74% -
XYZ 35.97 37.77 15.29 -
YUV 162.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 189 163 91 0 0.14 0.52 0.26 44.08 0.43 0.55
Hex BD A3 5B 0 E 34 1A 2C 2B 37
Octal 275 243 133 0 16 64 32 54 53 67
Binary 10111101 10100011 1011011 0 1110 110100 11010 101100 101011 110111

Color Harmonies of #BDA35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA35B

Black with #BDA35B

Text Example


Text Example

White with #BDA35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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