Html Css Color HEX #BFB35E Gimblet

📋 copy color: '#BFB35E'

red 191 ◦ green 179 ◦ blue 94

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

Shades of Gimblet #BFB35E

Tints of Gimblet #BFB35E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.58%

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 41.16%
G = 38.58%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFB35E (or 0xBFB35E) is known color: Gimblet. HEX triplet: BF, B3 and 5E. RGB value is (191,179,94). Sum of RGB (Red+Green+Blue) = 191+179+94=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB35E is #404CA1. Grayscale: #ADADAD. Windows color (decimal): -4213922 or 6206399. OLE color: 6206399.

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

Color convert

RGB 191 179 94 -
CMYK 0 0.06 0.51 0.25
HSL 52.58º 0.43% 0.56% -
HSV(B) 52.58º 0.51% 0.75% -
XYZ 39.63 44.12 17.02 -
YUV 172.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 191 179 94 0 0.06 0.51 0.25 52.58 0.43 0.56
Hex BF B3 5E 0 6 33 19 35 2B 38
Octal 277 263 136 0 6 63 31 65 53 70
Binary 10111111 10110011 1011110 0 110 110011 11001 110101 101011 111000

Color Harmonies of #BFB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB35E

Black with #BFB35E

Text Example


Text Example

White with #BFB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB35E; }

 p { color: rgb(191,179,94); }

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

background-color css

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

 a { background-color: rgb(191,179,94); }

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

border-color css

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

 span { border-color: rgb(191,179,94); }

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