Html Css Color HEX #B4B303 La Rioja

📋 copy color: '#B4B303'

red 180 ◦ green 179 ◦ blue 3

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

Shades of La Rioja #B4B303

Tints of La Rioja #B4B303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 49.72%
G = 49.45%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B4B303 (or 0xB4B303) is known color: La Rioja. HEX triplet: B4, B3 and 03. RGB value is (180,179,3). Sum of RGB (Red+Green+Blue) = 180+179+3=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B303 is #4B4CFC. Grayscale: #9F9F9F. Windows color (decimal): -4934909 or 242612. OLE color: 242612.

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

Color convert

RGB 180 179 3 -
CMYK 0 0.01 0.98 0.29
HSL 59.66º 0.97% 0.36% -
HSV(B) 59.66º 0.98% 0.71% -
XYZ 34.96 41.95 6.34 -
YUV 159.24 39.83 142.81 -
System Red Green Blue C M Y K H S L
Decimal 180 179 3 0 0.01 0.98 0.29 59.66 0.97 0.36
Hex B4 B3 3 0 1 62 1D 3C 61 24
Octal 264 263 3 0 1 142 35 74 141 44
Binary 10110100 10110011 11 0 1 1100010 11101 111100 1100001 100100

Color Harmonies of #B4B303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B303

Black with #B4B303

Text Example


Text Example

White with #B4B303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B303; }

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

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

background-color css

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

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

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

border-color css

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

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

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