Html Css Color HEX #BFAF3E Brass

📋 copy color: '#BFAF3E'

red 191 ◦ green 175 ◦ blue 62

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

Shades of Brass #BFAF3E

Tints of Brass #BFAF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

 BLUE value IS 62 (24.61% from 255) = 14.49%

R = 44.63%
G = 40.89%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFAF3E (or 0xBFAF3E) is known color: Brass. HEX triplet: BF, AF and 3E. RGB value is (191,175,62). Sum of RGB (Red+Green+Blue) = 191+175+62=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF3E is #4050C1. Grayscale: #A7A7A7. Windows color (decimal): -4214978 or 4108223. OLE color: 4108223.

HSL color Cylindrical-coordinate representation of color #BFAF3E: hue angle of 52.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFAF3E is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 62 -
CMYK 0 0.08 0.68 0.25
HSL 52.56º 0.51% 0.5% -
HSV(B) 52.56º 0.68% 0.75% -
XYZ 37.69 42.08 10.69 -
YUV 166.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 191 175 62 0 0.08 0.68 0.25 52.56 0.51 0.5
Hex BF AF 3E 0 8 44 19 35 33 32
Octal 277 257 76 0 10 104 31 65 63 62
Binary 10111111 10101111 111110 0 1000 1000100 11001 110101 110011 110010

Color Harmonies of #BFAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF3E

Black with #BFAF3E

Text Example


Text Example

White with #BFAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF3E; }

 p { color: rgb(191,175,62); }

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

background-color css

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

 a { background-color: rgb(191,175,62); }

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

border-color css

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

 span { border-color: rgb(191,175,62); }

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