Html Css Color HEX #BFB142 Brass

📋 copy color: '#BFB142'

red 191 ◦ green 177 ◦ blue 66

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

Shades of Brass #BFB142

Tints of Brass #BFB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 44.01%
G = 40.78%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB142 (or 0xBFB142) is known color: Brass. HEX triplet: BF, B1 and 42. RGB value is (191,177,66). Sum of RGB (Red+Green+Blue) = 191+177+66=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB142 is #404EBD. Grayscale: #A8A8A8. Windows color (decimal): -4214462 or 4370879. OLE color: 4370879.

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

Color convert

RGB 191 177 66 -
CMYK 0 0.07 0.65 0.25
HSL 53.28º 0.49% 0.5% -
HSV(B) 53.28º 0.65% 0.75% -
XYZ 38.19 42.91 11.42 -
YUV 168.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 191 177 66 0 0.07 0.65 0.25 53.28 0.49 0.5
Hex BF B1 42 0 7 41 19 35 31 32
Octal 277 261 102 0 7 101 31 65 61 62
Binary 10111111 10110001 1000010 0 111 1000001 11001 110101 110001 110010

Color Harmonies of #BFB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB142

Black with #BFB142

Text Example


Text Example

White with #BFB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB142; }

 p { color: rgb(191,177,66); }

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

background-color css

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

 a { background-color: rgb(191,177,66); }

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

border-color css

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

 span { border-color: rgb(191,177,66); }

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