Html Css Color HEX #B3BF0A La Rioja

📋 copy color: '#B3BF0A'

red 179 ◦ green 191 ◦ blue 10

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

Shades of La Rioja #B3BF0A

Tints of La Rioja #B3BF0A

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#B3BF0A (or 0xB3BF0A) is known color: La Rioja. HEX triplet: B3, BF and 0A. RGB value is (179,191,10). Sum of RGB (Red+Green+Blue) = 179+191+10=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BF0A is #4C40F5. Grayscale: #A7A7A7. Windows color (decimal): -4997366 or 704435. OLE color: 704435.

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

Color convert

RGB 179 191 10 -
CMYK 0.06 0 0.95 0.25
HSL 63.98º 0.9% 0.39% -
HSV(B) 63.98º 0.95% 0.75% -
XYZ 37.28 46.87 7.37 -
YUV 166.78 39.52 136.72 -
System Red Green Blue C M Y K H S L
Decimal 179 191 10 0.06 0 0.95 0.25 63.98 0.9 0.39
Hex B3 BF A 6 0 5F 19 40 5A 27
Octal 263 277 12 6 0 137 31 100 132 47
Binary 10110011 10111111 1010 110 0 1011111 11001 1000000 1011010 100111

Color Harmonies of #B3BF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BF0A

Black with #B3BF0A

Text Example


Text Example

White with #B3BF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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