Html Css Color HEX #B4B30B La Rioja

📋 copy color: '#B4B30B'

red 180 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #B4B30B

Tints of La Rioja #B4B30B

RGB

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

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

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

R = 48.65%
G = 48.38%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4B30B (or 0xB4B30B) is known color: La Rioja. HEX triplet: B4, B3 and 0B. RGB value is (180,179,11). Sum of RGB (Red+Green+Blue) = 180+179+11=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B30B is #4B4CF4. Grayscale: #A0A0A0. Windows color (decimal): -4934901 or 766900. OLE color: 766900.

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

Color convert

RGB 180 179 11 -
CMYK 0 0.01 0.94 0.29
HSL 59.64º 0.88% 0.37% -
HSV(B) 59.64º 0.94% 0.71% -
XYZ 35 41.97 6.57 -
YUV 160.15 43.83 142.16 -
System Red Green Blue C M Y K H S L
Decimal 180 179 11 0 0.01 0.94 0.29 59.64 0.88 0.37
Hex B4 B3 B 0 1 5E 1D 3C 58 25
Octal 264 263 13 0 1 136 35 74 130 45
Binary 10110100 10110011 1011 0 1 1011110 11101 111100 1011000 100101

Color Harmonies of #B4B30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B30B

Black with #B4B30B

Text Example


Text Example

White with #B4B30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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