Html Css Color HEX #B4B30F La Rioja

📋 copy color: '#B4B30F'

red 180 ◦ green 179 ◦ blue 15

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

Shades of La Rioja #B4B30F

Tints of La Rioja #B4B30F

RGB

 RED value IS 180 (70.7% from 255) = 48.13%

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 48.13%
G = 47.86%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4B30F (or 0xB4B30F) is known color: La Rioja. HEX triplet: B4, B3 and 0F. RGB value is (180,179,15). Sum of RGB (Red+Green+Blue) = 180+179+15=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B30F is #4B4CF0. Grayscale: #A1A1A1. Windows color (decimal): -4934897 or 1029044. OLE color: 1029044.

HSL color Cylindrical-coordinate representation of color #B4B30F: hue angle of 59.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4B30F is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 179 15 -
CMYK 0 0.01 0.92 0.29
HSL 59.64º 0.85% 0.38% -
HSV(B) 59.64º 0.92% 0.71% -
XYZ 35.03 41.98 6.71 -
YUV 160.6 45.83 141.84 -
System Red Green Blue C M Y K H S L
Decimal 180 179 15 0 0.01 0.92 0.29 59.64 0.85 0.38
Hex B4 B3 F 0 1 5C 1D 3C 55 26
Octal 264 263 17 0 1 134 35 74 125 46
Binary 10110100 10110011 1111 0 1 1011100 11101 111100 1010101 100110

Color Harmonies of #B4B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B30F

Black with #B4B30F

Text Example


Text Example

White with #B4B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B30F; }

 p { color: rgb(180,179,15); }

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

background-color css

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

 a { background-color: rgb(180,179,15); }

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

border-color css

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

 span { border-color: rgb(180,179,15); }

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