Html Css Color HEX #BFB000 La Rioja

📋 copy color: '#BFB000'

red 191 ◦ green 176 ◦ blue 0

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

Shades of La Rioja #BFB000

Tints of La Rioja #BFB000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.04%
G = 47.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BFB000 (or 0xBFB000) is known color: La Rioja. HEX triplet: BF, B0 and 00. RGB value is (191,176,0). Sum of RGB (Red+Green+Blue) = 191+176+0=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB000 is #404FFF. Grayscale: #A1A1A1. Windows color (decimal): -4214784 or 45247. OLE color: 45247.

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

Color convert

RGB 191 176 0 -
CMYK 0 0.08 1 0.25
HSL 55.29º 1% 0.37% -
HSV(B) 55.29º 1% 0.75% -
XYZ 37.01 42.13 6.18 -
YUV 160.42 37.47 149.81 -
System Red Green Blue C M Y K H S L
Decimal 191 176 0 0 0.08 1 0.25 55.29 1 0.37
Hex BF B0 0 0 8 64 19 37 64 25
Octal 277 260 0 0 10 144 31 67 144 45
Binary 10111111 10110000 0 0 1000 1100100 11001 110111 1100100 100101

Color Harmonies of #BFB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB000

Black with #BFB000

Text Example


Text Example

White with #BFB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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