Html Css Color HEX #BFB30A La Rioja

📋 copy color: '#BFB30A'

red 191 ◦ green 179 ◦ blue 10

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

Shades of La Rioja #BFB30A

Tints of La Rioja #BFB30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 50.26%
G = 47.11%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BFB30A (or 0xBFB30A) is known color: La Rioja. HEX triplet: BF, B3 and 0A. RGB value is (191,179,10). Sum of RGB (Red+Green+Blue) = 191+179+10=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB30A is #404CF5. Grayscale: #A4A4A4. Windows color (decimal): -4214006 or 701375. OLE color: 701375.

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

Color convert

RGB 191 179 10 -
CMYK 0 0.06 0.95 0.25
HSL 56.02º 0.9% 0.39% -
HSV(B) 56.02º 0.95% 0.75% -
XYZ 37.66 43.34 6.67 -
YUV 163.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 191 179 10 0 0.06 0.95 0.25 56.02 0.9 0.39
Hex BF B3 A 0 6 5F 19 38 5A 27
Octal 277 263 12 0 6 137 31 70 132 47
Binary 10111111 10110011 1010 0 110 1011111 11001 111000 1011010 100111

Color Harmonies of #BFB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB30A

Black with #BFB30A

Text Example


Text Example

White with #BFB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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