Html Css Color HEX #BFA73C Brass

📋 copy color: '#BFA73C'

red 191 ◦ green 167 ◦ blue 60

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

Shades of Brass #BFA73C

Tints of Brass #BFA73C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 45.69%
G = 39.95%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BFA73C (or 0xBFA73C) is known color: Brass. HEX triplet: BF, A7 and 3C. RGB value is (191,167,60). Sum of RGB (Red+Green+Blue) = 191+167+60=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA73C is #4058C3. Grayscale: #A2A2A2. Windows color (decimal): -4217028 or 3975103. OLE color: 3975103.

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

Color convert

RGB 191 167 60 -
CMYK 0 0.13 0.69 0.25
HSL 49.01º 0.52% 0.49% -
HSV(B) 49.01º 0.69% 0.75% -
XYZ 36.12 39.04 9.91 -
YUV 161.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 191 167 60 0 0.13 0.69 0.25 49.01 0.52 0.49
Hex BF A7 3C 0 D 45 19 31 34 31
Octal 277 247 74 0 15 105 31 61 64 61
Binary 10111111 10100111 111100 0 1101 1000101 11001 110001 110100 110001

Color Harmonies of #BFA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA73C

Black with #BFA73C

Text Example


Text Example

White with #BFA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA73C; }

 p { color: rgb(191,167,60); }

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

background-color css

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

 a { background-color: rgb(191,167,60); }

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

border-color css

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

 span { border-color: rgb(191,167,60); }

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