Html Css Color HEX #BFB440 Brass

📋 copy color: '#BFB440'

red 191 ◦ green 180 ◦ blue 64

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

Shades of Brass #BFB440

Tints of Brass #BFB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

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

R = 43.91%
G = 41.38%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFB440 (or 0xBFB440) is known color: Brass. HEX triplet: BF, B4 and 40. RGB value is (191,180,64). Sum of RGB (Red+Green+Blue) = 191+180+64=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB440 is #404BBF. Grayscale: #AAAAAA. Windows color (decimal): -4213696 or 4240575. OLE color: 4240575.

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

Color convert

RGB 191 180 64 -
CMYK 0 0.06 0.66 0.25
HSL 54.8º 0.5% 0.5% -
HSV(B) 54.8º 0.66% 0.75% -
XYZ 38.73 44.09 11.32 -
YUV 170.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 191 180 64 0 0.06 0.66 0.25 54.8 0.5 0.5
Hex BF B4 40 0 6 42 19 37 32 32
Octal 277 264 100 0 6 102 31 67 62 62
Binary 10111111 10110100 1000000 0 110 1000010 11001 110111 110010 110010

Color Harmonies of #BFB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB440

Black with #BFB440

Text Example


Text Example

White with #BFB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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