Html Css Color HEX #BFA65D Laser

📋 copy color: '#BFA65D'

red 191 ◦ green 166 ◦ blue 93

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

Shades of Laser #BFA65D

Tints of Laser #BFA65D

RGB

 RED value IS 191 (75% from 255) = 42.44%

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 42.44%
G = 36.89%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFA65D (or 0xBFA65D) is known color: Laser. HEX triplet: BF, A6 and 5D. RGB value is (191,166,93). Sum of RGB (Red+Green+Blue) = 191+166+93=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA65D is #4059A2. Grayscale: #A5A5A5. Windows color (decimal): -4217251 or 6137535. OLE color: 6137535.

HSL color Cylindrical-coordinate representation of color #BFA65D: hue angle of 44.69º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFA65D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 93 -
CMYK 0 0.13 0.51 0.25
HSL 44.69º 0.43% 0.56% -
HSV(B) 44.69º 0.51% 0.75% -
XYZ 37.1 39.14 15.96 -
YUV 165.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 191 166 93 0 0.13 0.51 0.25 44.69 0.43 0.56
Hex BF A6 5D 0 D 33 19 2D 2B 38
Octal 277 246 135 0 15 63 31 55 53 70
Binary 10111111 10100110 1011101 0 1101 110011 11001 101101 101011 111000

Color Harmonies of #BFA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA65D

Black with #BFA65D

Text Example


Text Example

White with #BFA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA65D; }

 p { color: rgb(191,166,93); }

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

background-color css

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

 a { background-color: rgb(191,166,93); }

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

border-color css

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

 span { border-color: rgb(191,166,93); }

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