Html Css Color HEX #BFB043 Brass

📋 copy color: '#BFB043'

red 191 ◦ green 176 ◦ blue 67

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

Shades of Brass #BFB043

Tints of Brass #BFB043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

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

R = 44.01%
G = 40.55%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB043 (or 0xBFB043) is known color: Brass. HEX triplet: BF, B0 and 43. RGB value is (191,176,67). Sum of RGB (Red+Green+Blue) = 191+176+67=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB043 is #404FBC. Grayscale: #A8A8A8. Windows color (decimal): -4214717 or 4436159. OLE color: 4436159.

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

Color convert

RGB 191 176 67 -
CMYK 0 0.08 0.65 0.25
HSL 52.74º 0.49% 0.51% -
HSV(B) 52.74º 0.65% 0.75% -
XYZ 38.02 42.53 11.52 -
YUV 168.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 191 176 67 0 0.08 0.65 0.25 52.74 0.49 0.51
Hex BF B0 43 0 8 41 19 35 31 33
Octal 277 260 103 0 10 101 31 65 61 63
Binary 10111111 10110000 1000011 0 1000 1000001 11001 110101 110001 110011

Color Harmonies of #BFB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB043

Black with #BFB043

Text Example


Text Example

White with #BFB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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