Html Css Color HEX #BFAE3E Brass

📋 copy color: '#BFAE3E'

red 191 ◦ green 174 ◦ blue 62

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

Shades of Brass #BFAE3E

Tints of Brass #BFAE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

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

R = 44.73%
G = 40.75%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFAE3E (or 0xBFAE3E) is known color: Brass. HEX triplet: BF, AE and 3E. RGB value is (191,174,62). Sum of RGB (Red+Green+Blue) = 191+174+62=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAE3E is #4051C1. Grayscale: #A6A6A6. Windows color (decimal): -4215234 or 4107967. OLE color: 4107967.

HSL color Cylindrical-coordinate representation of color #BFAE3E: hue angle of 52.09º 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 #BFAE3E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 62 -
CMYK 0 0.09 0.68 0.25
HSL 52.09º 0.51% 0.5% -
HSV(B) 52.09º 0.68% 0.75% -
XYZ 37.49 41.7 10.63 -
YUV 166.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 191 174 62 0 0.09 0.68 0.25 52.09 0.51 0.5
Hex BF AE 3E 0 9 44 19 34 33 32
Octal 277 256 76 0 11 104 31 64 63 62
Binary 10111111 10101110 111110 0 1001 1000100 11001 110100 110011 110010

Color Harmonies of #BFAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE3E

Black with #BFAE3E

Text Example


Text Example

White with #BFAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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