Html Css Color HEX #B4B308 La Rioja

📋 copy color: '#B4B308'

red 180 ◦ green 179 ◦ blue 8

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

Shades of La Rioja #B4B308

Tints of La Rioja #B4B308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.18%

R = 49.05%
G = 48.77%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B4B308 (or 0xB4B308) is known color: La Rioja. HEX triplet: B4, B3 and 08. RGB value is (180,179,8). Sum of RGB (Red+Green+Blue) = 180+179+8=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B308 is #4B4CF7. Grayscale: #A0A0A0. Windows color (decimal): -4934904 or 570292. OLE color: 570292.

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

Color convert

RGB 180 179 8 -
CMYK 0 0.01 0.96 0.29
HSL 59.65º 0.91% 0.37% -
HSV(B) 59.65º 0.96% 0.71% -
XYZ 34.99 41.96 6.49 -
YUV 159.81 42.33 142.4 -
System Red Green Blue C M Y K H S L
Decimal 180 179 8 0 0.01 0.96 0.29 59.65 0.91 0.37
Hex B4 B3 8 0 1 60 1D 3C 5B 25
Octal 264 263 10 0 1 140 35 74 133 45
Binary 10110100 10110011 1000 0 1 1100000 11101 111100 1011011 100101

Color Harmonies of #B4B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B308

Black with #B4B308

Text Example


Text Example

White with #B4B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B308; }

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

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

background-color css

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

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

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

border-color css

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

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

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