Html Css Color HEX #BFA237 Brass

📋 copy color: '#BFA237'

red 191 ◦ green 162 ◦ blue 55

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

Shades of Brass #BFA237

Tints of Brass #BFA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 55 (21.88% from 255) = 13.48%

R = 46.81%
G = 39.71%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFA237 (or 0xBFA237) is known color: Brass. HEX triplet: BF, A2 and 37. RGB value is (191,162,55). Sum of RGB (Red+Green+Blue) = 191+162+55=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA237 is #405DC8. Grayscale: #9E9E9E. Windows color (decimal): -4218313 or 3646143. OLE color: 3646143.

HSL color Cylindrical-coordinate representation of color #BFA237: hue angle of 47.21º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFA237 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 162 55 -
CMYK 0 0.15 0.71 0.25
HSL 47.21º 0.55% 0.48% -
HSV(B) 47.21º 0.71% 0.75% -
XYZ 35.1 37.19 8.94 -
YUV 158.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 191 162 55 0 0.15 0.71 0.25 47.21 0.55 0.48
Hex BF A2 37 0 F 47 19 2F 37 30
Octal 277 242 67 0 17 107 31 57 67 60
Binary 10111111 10100010 110111 0 1111 1000111 11001 101111 110111 110000

Color Harmonies of #BFA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA237

Black with #BFA237

Text Example


Text Example

White with #BFA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA237; }

 p { color: rgb(191,162,55); }

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

background-color css

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

 a { background-color: rgb(191,162,55); }

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

border-color css

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

 span { border-color: rgb(191,162,55); }

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