Html Css Color HEX #BFA561 Laser

📋 copy color: '#BFA561'

red 191 ◦ green 165 ◦ blue 97

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

Shades of Laser #BFA561

Tints of Laser #BFA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

 BLUE value IS 97 (38.28% from 255) = 21.41%

R = 42.16%
G = 36.42%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFA561 (or 0xBFA561) is known color: Laser. HEX triplet: BF, A5 and 61. RGB value is (191,165,97). Sum of RGB (Red+Green+Blue) = 191+165+97=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA561 is #405A9E. Grayscale: #A5A5A5. Windows color (decimal): -4217503 or 6399423. OLE color: 6399423.

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

Color convert

RGB 191 165 97 -
CMYK 0 0.14 0.49 0.25
HSL 43.4º 0.42% 0.56% -
HSV(B) 43.4º 0.49% 0.75% -
XYZ 37.1 38.85 16.85 -
YUV 165.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 191 165 97 0 0.14 0.49 0.25 43.4 0.42 0.56
Hex BF A5 61 0 E 31 19 2B 2A 38
Octal 277 245 141 0 16 61 31 53 52 70
Binary 10111111 10100101 1100001 0 1110 110001 11001 101011 101010 111000

Color Harmonies of #BFA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA561

Black with #BFA561

Text Example


Text Example

White with #BFA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA561; }

 p { color: rgb(191,165,97); }

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

background-color css

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

 a { background-color: rgb(191,165,97); }

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

border-color css

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

 span { border-color: rgb(191,165,97); }

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