Html Css Color HEX #BFB643 Brass

📋 copy color: '#BFB643'

red 191 ◦ green 182 ◦ blue 67

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

Shades of Brass #BFB643

Tints of Brass #BFB643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

 BLUE value IS 67 (26.56% from 255) = 15.23%

R = 43.41%
G = 41.36%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB643 (or 0xBFB643) is known color: Brass. HEX triplet: BF, B6 and 43. RGB value is (191,182,67). Sum of RGB (Red+Green+Blue) = 191+182+67=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB643 is #4049BC. Grayscale: #ACACAC. Windows color (decimal): -4213181 or 4437695. OLE color: 4437695.

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

Color convert

RGB 191 182 67 -
CMYK 0 0.05 0.65 0.25
HSL 55.65º 0.49% 0.51% -
HSV(B) 55.65º 0.65% 0.75% -
XYZ 39.23 44.94 11.92 -
YUV 171.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 191 182 67 0 0.05 0.65 0.25 55.65 0.49 0.51
Hex BF B6 43 0 5 41 19 38 31 33
Octal 277 266 103 0 5 101 31 70 61 63
Binary 10111111 10110110 1000011 0 101 1000001 11001 111000 110001 110011

Color Harmonies of #BFB643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB643

Black with #BFB643

Text Example


Text Example

White with #BFB643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB643; }

 p { color: rgb(191,182,67); }

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

background-color css

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

 a { background-color: rgb(191,182,67); }

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

border-color css

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

 span { border-color: rgb(191,182,67); }

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