Html Css Color HEX #BFB240 Brass

📋 copy color: '#BFB240'

red 191 ◦ green 178 ◦ blue 64

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

Shades of Brass #BFB240

Tints of Brass #BFB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 44.11%
G = 41.11%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFB240 (or 0xBFB240) is known color: Brass. HEX triplet: BF, B2 and 40. RGB value is (191,178,64). Sum of RGB (Red+Green+Blue) = 191+178+64=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB240 is #404DBF. Grayscale: #A9A9A9. Windows color (decimal): -4214208 or 4240063. OLE color: 4240063.

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

Color convert

RGB 191 178 64 -
CMYK 0 0.07 0.66 0.25
HSL 53.86º 0.5% 0.5% -
HSV(B) 53.86º 0.66% 0.75% -
XYZ 38.33 43.29 11.19 -
YUV 168.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 191 178 64 0 0.07 0.66 0.25 53.86 0.5 0.5
Hex BF B2 40 0 7 42 19 36 32 32
Octal 277 262 100 0 7 102 31 66 62 62
Binary 10111111 10110010 1000000 0 111 1000010 11001 110110 110010 110010

Color Harmonies of #BFB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB240

Black with #BFB240

Text Example


Text Example

White with #BFB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB240; }

 p { color: rgb(191,178,64); }

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

background-color css

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

 a { background-color: rgb(191,178,64); }

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

border-color css

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

 span { border-color: rgb(191,178,64); }

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