Html Css Color HEX #BFA83A Brass

📋 copy color: '#BFA83A'

red 191 ◦ green 168 ◦ blue 58

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

Shades of Brass #BFA83A

Tints of Brass #BFA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 45.8%
G = 40.29%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFA83A (or 0xBFA83A) is known color: Brass. HEX triplet: BF, A8 and 3A. RGB value is (191,168,58). Sum of RGB (Red+Green+Blue) = 191+168+58=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA83A is #4057C5. Grayscale: #A2A2A2. Windows color (decimal): -4216774 or 3844287. OLE color: 3844287.

HSL color Cylindrical-coordinate representation of color #BFA83A: hue angle of 49.62º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFA83A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 58 -
CMYK 0 0.12 0.70 0.25
HSL 49.62º 0.53% 0.49% -
HSV(B) 49.62º 0.7% 0.75% -
XYZ 36.25 39.39 9.69 -
YUV 162.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 191 168 58 0 0.12 0.70 0.25 49.62 0.53 0.49
Hex BF A8 3A 0 C 46 19 32 35 31
Octal 277 250 72 0 14 106 31 62 65 61
Binary 10111111 10101000 111010 0 1100 1000110 11001 110010 110101 110001

Color Harmonies of #BFA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA83A

Black with #BFA83A

Text Example


Text Example

White with #BFA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA83A; }

 p { color: rgb(191,168,58); }

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

background-color css

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

 a { background-color: rgb(191,168,58); }

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

border-color css

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

 span { border-color: rgb(191,168,58); }

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