Html Css Color HEX #CB8B1A Buttercup

📋 copy color: '#CB8B1A'

red 203 ◦ green 139 ◦ blue 26

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

Shades of Buttercup #CB8B1A

Tints of Buttercup #CB8B1A

RGB

 RED value IS 203 (79.69% from 255) = 55.16%

 GREEN value IS 139 (54.69% from 255) = 37.77%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 55.16%
G = 37.77%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB8B1A (or 0xCB8B1A) is known color: Buttercup. HEX triplet: CB, 8B and 1A. RGB value is (203,139,26). Sum of RGB (Red+Green+Blue) = 203+139+26=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B1A is #3474E5. Grayscale: #919191. Windows color (decimal): -3437798 or 1739723. OLE color: 1739723.

HSL color Cylindrical-coordinate representation of color #CB8B1A: hue angle of 38.31º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB8B1A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 139 26 -
CMYK 0 0.32 0.87 0.20
HSL 38.31º 0.77% 0.45% -
HSV(B) 38.31º 0.87% 0.8% -
XYZ 34.05 31.24 5.21 -
YUV 145.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 203 139 26 0 0.32 0.87 0.20 38.31 0.77 0.45
Hex CB 8B 1A 0 20 57 14 26 4D 2D
Octal 313 213 32 0 40 127 24 46 115 55
Binary 11001011 10001011 11010 0 100000 1010111 10100 100110 1001101 101101

Color Harmonies of #CB8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B1A

Black with #CB8B1A

Text Example


Text Example

White with #CB8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B1A; }

 p { color: rgb(203,139,26); }

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

background-color css

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

 a { background-color: rgb(203,139,26); }

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

border-color css

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

 span { border-color: rgb(203,139,26); }

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