Html Css Color HEX #B2A702 La Rioja

📋 copy color: '#B2A702'

red 178 ◦ green 167 ◦ blue 2

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

Shades of La Rioja #B2A702

Tints of La Rioja #B2A702

RGB

 RED value IS 178 (69.92% from 255) = 51.3%

 GREEN value IS 167 (65.63% from 255) = 48.13%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 51.3%
G = 48.13%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B2A702 (or 0xB2A702) is known color: La Rioja. HEX triplet: B2, A7 and 02. RGB value is (178,167,2). Sum of RGB (Red+Green+Blue) = 178+167+2=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A702 is #4D58FD. Grayscale: #989898. Windows color (decimal): -5069054 or 174002. OLE color: 174002.

HSL color Cylindrical-coordinate representation of color #B2A702: hue angle of 56.25º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2A702 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 167 2 -
CMYK 0 0.06 0.99 0.30
HSL 56.25º 0.98% 0.35% -
HSV(B) 56.25º 0.99% 0.7% -
XYZ 32.19 37.11 5.52 -
YUV 151.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 178 167 2 0 0.06 0.99 0.30 56.25 0.98 0.35
Hex B2 A7 2 0 6 63 1E 38 62 23
Octal 262 247 2 0 6 143 36 70 142 43
Binary 10110010 10100111 10 0 110 1100011 11110 111000 1100010 100011

Color Harmonies of #B2A702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A702

Black with #B2A702

Text Example


Text Example

White with #B2A702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A702; }

 p { color: rgb(178,167,2); }

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

background-color css

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

 a { background-color: rgb(178,167,2); }

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

border-color css

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

 span { border-color: rgb(178,167,2); }

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