Html Css Color HEX #BFB901 La Rioja

📋 copy color: '#BFB901'

red 191 ◦ green 185 ◦ blue 1

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

Shades of La Rioja #BFB901

Tints of La Rioja #BFB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 50.66%
G = 49.07%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFB901 (or 0xBFB901) is known color: La Rioja. HEX triplet: BF, B9 and 01. RGB value is (191,185,1). Sum of RGB (Red+Green+Blue) = 191+185+1=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB901 is #4046FE. Grayscale: #A6A6A6. Windows color (decimal): -4212479 or 113087. OLE color: 113087.

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

Color convert

RGB 191 185 1 -
CMYK 0 0.03 0.99 0.25
HSL 58.11º 0.99% 0.38% -
HSV(B) 58.11º 0.99% 0.75% -
XYZ 38.84 45.78 6.82 -
YUV 165.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 191 185 1 0 0.03 0.99 0.25 58.11 0.99 0.38
Hex BF B9 1 0 3 63 19 3A 63 26
Octal 277 271 1 0 3 143 31 72 143 46
Binary 10111111 10111001 1 0 11 1100011 11001 111010 1100011 100110

Color Harmonies of #BFB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB901

Black with #BFB901

Text Example


Text Example

White with #BFB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB901; }

 p { color: rgb(191,185,1); }

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

background-color css

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

 a { background-color: rgb(191,185,1); }

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

border-color css

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

 span { border-color: rgb(191,185,1); }

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