Html Css Color HEX #BFB70B La Rioja

📋 copy color: '#BFB70B'

red 191 ◦ green 183 ◦ blue 11

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

Shades of La Rioja #BFB70B

Tints of La Rioja #BFB70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 49.61%
G = 47.53%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFB70B (or 0xBFB70B) is known color: La Rioja. HEX triplet: BF, B7 and 0B. RGB value is (191,183,11). Sum of RGB (Red+Green+Blue) = 191+183+11=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB70B is #4048F4. Grayscale: #A6A6A6. Windows color (decimal): -4212981 or 767935. OLE color: 767935.

HSL color Cylindrical-coordinate representation of color #BFB70B: hue angle of 57.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFB70B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 11 -
CMYK 0 0.04 0.94 0.25
HSL 57.33º 0.89% 0.4% -
HSV(B) 57.33º 0.94% 0.75% -
XYZ 38.48 44.97 6.97 -
YUV 165.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 191 183 11 0 0.04 0.94 0.25 57.33 0.89 0.4
Hex BF B7 B 0 4 5E 19 39 59 28
Octal 277 267 13 0 4 136 31 71 131 50
Binary 10111111 10110111 1011 0 100 1011110 11001 111001 1011001 101000

Color Harmonies of #BFB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB70B

Black with #BFB70B

Text Example


Text Example

White with #BFB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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