Html Css Color HEX #BFA965 Laser

📋 copy color: '#BFA965'

red 191 ◦ green 169 ◦ blue 101

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

Shades of Laser #BFA965

Tints of Laser #BFA965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 41.43%
G = 36.66%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFA965 (or 0xBFA965) is known color: Laser. HEX triplet: BF, A9 and 65. RGB value is (191,169,101). Sum of RGB (Red+Green+Blue) = 191+169+101=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA965 is #40569A. Grayscale: #A8A8A8. Windows color (decimal): -4216475 or 6662591. OLE color: 6662591.

HSL color Cylindrical-coordinate representation of color #BFA965: hue angle of 45.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFA965 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 101 -
CMYK 0 0.12 0.47 0.25
HSL 45.33º 0.41% 0.57% -
HSV(B) 45.33º 0.47% 0.75% -
XYZ 38.02 40.39 18.1 -
YUV 167.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 191 169 101 0 0.12 0.47 0.25 45.33 0.41 0.57
Hex BF A9 65 0 C 2F 19 2D 29 39
Octal 277 251 145 0 14 57 31 55 51 71
Binary 10111111 10101001 1100101 0 1100 101111 11001 101101 101001 111001

Color Harmonies of #BFA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA965

Black with #BFA965

Text Example


Text Example

White with #BFA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA965; }

 p { color: rgb(191,169,101); }

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

background-color css

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

 a { background-color: rgb(191,169,101); }

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

border-color css

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

 span { border-color: rgb(191,169,101); }

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