Html Css Color HEX #BFB700 La Rioja

📋 copy color: '#BFB700'

red 191 ◦ green 183 ◦ blue 0

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

Shades of La Rioja #BFB700

Tints of La Rioja #BFB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.93%

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

R = 51.07%
G = 48.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BFB700 (or 0xBFB700) is known color: La Rioja. HEX triplet: BF, B7 and 00. RGB value is (191,183,0). Sum of RGB (Red+Green+Blue) = 191+183+0=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB700 is #4048FF. Grayscale: #A5A5A5. Windows color (decimal): -4212992 or 47039. OLE color: 47039.

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

Color convert

RGB 191 183 0 -
CMYK 0 0.04 1 0.25
HSL 57.49º 1% 0.37% -
HSV(B) 57.49º 1% 0.75% -
XYZ 38.42 44.94 6.65 -
YUV 164.53 35.15 146.88 -
System Red Green Blue C M Y K H S L
Decimal 191 183 0 0 0.04 1 0.25 57.49 1 0.37
Hex BF B7 0 0 4 64 19 39 64 25
Octal 277 267 0 0 4 144 31 71 144 45
Binary 10111111 10110111 0 0 100 1100100 11001 111001 1100100 100101

Color Harmonies of #BFB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB700

Black with #BFB700

Text Example


Text Example

White with #BFB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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