Html Css Color HEX #BDA65B Laser

📋 copy color: '#BDA65B'

red 189 ◦ green 166 ◦ blue 91

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

Shades of Laser #BDA65B

Tints of Laser #BDA65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.22%

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

R = 42.38%
G = 37.22%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDA65B (or 0xBDA65B) is known color: Laser. HEX triplet: BD, A6 and 5B. RGB value is (189,166,91). Sum of RGB (Red+Green+Blue) = 189+166+91=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA65B is #4259A4. Grayscale: #A4A4A4. Windows color (decimal): -4348325 or 6006461. OLE color: 6006461.

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

Color convert

RGB 189 166 91 -
CMYK 0 0.12 0.52 0.26
HSL 45.92º 0.43% 0.55% -
HSV(B) 45.92º 0.52% 0.74% -
XYZ 36.51 38.85 15.47 -
YUV 164.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 189 166 91 0 0.12 0.52 0.26 45.92 0.43 0.55
Hex BD A6 5B 0 C 34 1A 2E 2B 37
Octal 275 246 133 0 14 64 32 56 53 67
Binary 10111101 10100110 1011011 0 1100 110100 11010 101110 101011 110111

Color Harmonies of #BDA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA65B

Black with #BDA65B

Text Example


Text Example

White with #BDA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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