Html Css Color HEX #BFB05A Gimblet

📋 copy color: '#BFB05A'

red 191 ◦ green 176 ◦ blue 90

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

Shades of Gimblet #BFB05A

Tints of Gimblet #BFB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 41.79%
G = 38.51%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFB05A (or 0xBFB05A) is known color: Gimblet. HEX triplet: BF, B0 and 5A. RGB value is (191,176,90). Sum of RGB (Red+Green+Blue) = 191+176+90=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB05A is #404FA5. Grayscale: #ABABAB. Windows color (decimal): -4214694 or 5943487. OLE color: 5943487.

HSL color Cylindrical-coordinate representation of color #BFB05A: hue angle of 51.09º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFB05A is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 90 -
CMYK 0 0.08 0.53 0.25
HSL 51.09º 0.44% 0.55% -
HSV(B) 51.09º 0.53% 0.75% -
XYZ 38.86 42.87 15.9 -
YUV 170.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 191 176 90 0 0.08 0.53 0.25 51.09 0.44 0.55
Hex BF B0 5A 0 8 35 19 33 2C 37
Octal 277 260 132 0 10 65 31 63 54 67
Binary 10111111 10110000 1011010 0 1000 110101 11001 110011 101100 110111

Color Harmonies of #BFB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB05A

Black with #BFB05A

Text Example


Text Example

White with #BFB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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