Html Css Color HEX #BFB241 Brass

📋 copy color: '#BFB241'

red 191 ◦ green 178 ◦ blue 65

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

Shades of Brass #BFB241

Tints of Brass #BFB241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.98%

R = 44.01%
G = 41.01%
B = 14.98%

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

#BFB241 (or 0xBFB241) is known color: Brass. HEX triplet: BF, B2 and 41. RGB value is (191,178,65). Sum of RGB (Red+Green+Blue) = 191+178+65=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB241 is #404DBE. Grayscale: #A9A9A9. Windows color (decimal): -4214207 or 4305599. OLE color: 4305599.

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

Color convert

RGB 191 178 65 -
CMYK 0 0.07 0.66 0.25
HSL 53.81º 0.5% 0.5% -
HSV(B) 53.81º 0.66% 0.75% -
XYZ 38.36 43.3 11.34 -
YUV 169.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 191 178 65 0 0.07 0.66 0.25 53.81 0.5 0.5
Hex BF B2 41 0 7 42 19 36 32 32
Octal 277 262 101 0 7 102 31 66 62 62
Binary 10111111 10110010 1000001 0 111 1000010 11001 110110 110010 110010

Color Harmonies of #BFB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB241

Black with #BFB241

Text Example


Text Example

White with #BFB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB241; }

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

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

background-color css

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

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

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

border-color css

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

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

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