Html Css Color HEX #BFB307 La Rioja

📋 copy color: '#BFB307'

red 191 ◦ green 179 ◦ blue 7

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

Shades of La Rioja #BFB307

Tints of La Rioja #BFB307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.48%

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 50.66%
G = 47.48%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFB307 (or 0xBFB307) is known color: La Rioja. HEX triplet: BF, B3 and 07. RGB value is (191,179,7). Sum of RGB (Red+Green+Blue) = 191+179+7=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB307 is #404CF8. Grayscale: #A3A3A3. Windows color (decimal): -4214009 or 504767. OLE color: 504767.

HSL color Cylindrical-coordinate representation of color #BFB307: hue angle of 56.09º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFB307 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 7 -
CMYK 0 0.06 0.96 0.25
HSL 56.09º 0.93% 0.39% -
HSV(B) 56.09º 0.96% 0.75% -
XYZ 37.64 43.33 6.58 -
YUV 162.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 191 179 7 0 0.06 0.96 0.25 56.09 0.93 0.39
Hex BF B3 7 0 6 60 19 38 5D 27
Octal 277 263 7 0 6 140 31 70 135 47
Binary 10111111 10110011 111 0 110 1100000 11001 111000 1011101 100111

Color Harmonies of #BFB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB307

Black with #BFB307

Text Example


Text Example

White with #BFB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB307; }

 p { color: rgb(191,179,7); }

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

background-color css

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

 a { background-color: rgb(191,179,7); }

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

border-color css

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

 span { border-color: rgb(191,179,7); }

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